aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-08-31 00:17:23 +0530
committerKumar Priyansh <[email protected]>2020-08-31 00:17:23 +0530
commit917cf502c9293bdd8db9e9882abe5a7e32b9f96b (patch)
tree603ab96f781c53f8953a7074228c6c4f6e9e4a1b /package.json
parent19157d9ed52083cbb94a467d34d9405eba6af35c (diff)
downloaddictionary-917cf502c9293bdd8db9e9882abe5a7e32b9f96b.tar.xz
dictionary-917cf502c9293bdd8db9e9882abe5a7e32b9f96b.zip
Added deps: electron, wordnet, natural
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..be13532
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "dictionary",
+ "version": "0.1.0",
+ "description": "Lookup meanings of words",
+ "main": "main.js",
+ "scripts": {
+ "start": "electron ."
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/luciferreeves/dictionary.git"
+ },
+ "keywords": [
+ "Dictionary"
+ ],
+ "author": "Lucifer Reeves",
+ "license": "GPL-3.0-or-later",
+ "bugs": {
+ "url": "https://github.com/luciferreeves/dictionary/issues"
+ },
+ "homepage": "https://github.com/luciferreeves/dictionary#readme",
+ "devDependencies": {
+ "electron": "^10.1.0"
+ },
+ "dependencies": {
+ "natural": "^2.1.5",
+ "wordnet-db": "^3.1.14"
+ }
+}