-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 899 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "wow-lexicon",
"version": "0.0.0-development",
"description": "World of Warcraft languages translator",
"main": "index.js",
"bin": {
"wow-lexicon": "./cli.js"
},
"scripts": {
"test": "xo && nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvarocastro/wow-lexicon.git"
},
"keywords": [
"world of warcraft",
"warcraft",
"wow",
"lexicon",
"language",
"languages",
"dictionary",
"translator"
],
"author": "Alvaro Castro",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvarocastro/wow-lexicon/issues"
},
"homepage": "https://github.com/alvarocastro/wow-lexicon#readme",
"devDependencies": {
"ava": "3.15.0",
"coveralls": "3.1.0",
"nyc": "15.1.0",
"semantic-release": "^17.1.2",
"xo": "0.39.1"
},
"dependencies": {
"copy-case": "^1.0.0"
}
}