-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 994 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
43
44
{
"name": "cordis-parser",
"version": "0.4.0",
"description": "Parses EU Cordis data from the European Union Open Data Portal and produces JSON",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"cordis-parser": "bin/cordis-parser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marzeelabs/cordis-parser.git"
},
"keywords": [
"cordis",
"parser",
"json",
"csv"
],
"author": {
"name": "Peter Vanhee",
"email": "[email protected]",
"url": "http://github.com/pvhee"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/marzeelabs/cordis-parser/issues"
},
"homepage": "https://github.com/marzeelabs/cordis-parser#readme",
"devDependencies": {
"chai": "^3.5.0",
"cli": "^1.0.1",
"fuse.js": "^2.6.1",
"mocha": "^3.1.2",
"prettyjson": "^1.2.1"
},
"dependencies": {
"csvtojson": "^1.0.3",
"fs": "0.0.1-security",
"request": "^2.78.0"
}
}