-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
{
"name": "knowledge-graph-js",
"version": "1.3.0",
"description": "Yet another client for Google Knowledge Graph",
"main": "index.js",
"scripts": {
"test": "xo && ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mycaule/knowledge-graph-js.git"
},
"author": "Michel Hua",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mycaule/knowledge-graph-js/issues"
},
"homepage": "https://github.com/mycaule/knowledge-graph-js#readme",
"devDependencies": {
"ava": "^0.25.0",
"natural": "^0.5.6",
"patriarchy": "^1.0.8",
"voca": "^1.4.0",
"xo": "^0.20.3"
},
"xo": {
"space": true,
"semicolon": false
},
"ava": {
"snapshotDir": "snapshots"
},
"dependencies": {
"axios": "^0.18.0",
"is-url": "^1.2.3",
"superstruct": "^0.5.1"
}
}