forked from dijs/infobox-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
{
"name": "infobox-parser",
"version": "3.6.4",
"description": "Parse Wikipedia Infobox Source",
"main": "build/bundle.min.js",
"scripts": {
"test": "mocha --no-colors --compilers js:babel-core/register",
"build": "rollup -c"
},
"author": "Richard van der Dys",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dijs/infobox-parser"
},
"bugs": {
"url": "https://github.com/dijs/infobox-parser/issues"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/2tmRKi9"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.1",
"should": "^11.2.1"
},
"dependencies": {
"camelcase": "^4.1.0"
}
}