-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 895 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": "bbcparse",
"version": "1.3.1",
"description": "Nodejs-based parser for the BBC Nitro API",
"main": "nitro.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/bbcparse.git"
},
"keywords": [
"bbc",
"nitro",
"api",
"iplayer",
"ibl",
"searchSuggest"
],
"author": "Mike Ralphson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Mermade/bbcparse/issues"
},
"homepage": "https://github.com/Mermade/bbcparse#readme",
"dependencies": {
"ajv": "^5.5.2",
"jgexml": "^0.4.3",
"node-getopt": "^0.3.2",
"openapi2js": "^1.1.2",
"recursive-readdir": "^2.2.2",
"reftools": "^1.1.3",
"yaml": "^2.2.2"
}
}