aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: be13532f3d9ae33f04e51d30aaa38fd9fe457b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
  }
}