-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
{
"name": "node-nicovideo-api",
"version": "0.6.2",
"description": "nicovideo api (video, live, etc..) wrapper package for node.js",
"homepage": "https://github.com/Ragg-/node-nicovideo",
"main": "lib/niconico.js",
"author": "Ragg",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ragg-/node-nicovideo.git"
},
"bugs": {
"url": "https://github.com/Ragg-/node-nicovideo/issues"
},
"keywords": [
"nicovideo"
],
"devDependencies": {
"coffee-script": "^1.8.0"
},
"scripts": {
"prepublish": "$(npm bin)/coffee -o lib/ -c src/"
},
"dependencies": {
"cheerio": "^0.19.0",
"deep-freeze": "0.0.1",
"disposable-emitter": "^0.1.0",
"ent": "^2.2.0",
"event-kit": "^1.3.0",
"eventemitter2": "^0.4.14",
"eventemitter3": "^1.1.1",
"lodash": "^2.4.1",
"lodash-deep": "^1.6.0",
"promise-native-deferred": "^3.0.0",
"request-promise": "^0.4.3",
"sprintf": "^0.1.5",
"tough-cookie": "^0.12.1",
"tough-cookie-serialize": "^1.0.0"
}
}