-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 835 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
{
"author": "Zhipeng Jiang <[email protected]>",
"name": "wiki-infobox-parser",
"description": "Parser for wikipedia infobox.",
"version": "0.0.9",
"main": "parser.js",
"repository": {
"type": "git",
"url": "https://github.com/jesusjzp/wikiparser.git"
},
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {
"request": "*",
"mocha": "*"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/jesusjzp/wikiparser/issues"
},
"homepage": "https://github.com/jesusjzp/wikiparser",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"keywords": [
"Wikipedia",
"Infobox",
"Parser"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
]
}