From 917cf502c9293bdd8db9e9882abe5a7e32b9f96b Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 31 Aug 2020 00:17:23 +0530 Subject: Added deps: electron, wordnet, natural --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3