-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 965 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": "node-nicovideo",
"version": "0.1.1",
"description": "niconico video api client.",
"keywords": [
"niconico",
"nicovideo"
],
"homepage": "https://github.com/noritama/node-nicovideo",
"author": {
"name": "noritama",
"email": "nori0123@gmail.com",
"url": "https://github.com/noritama/"
},
"bin": {
"": ""
},
"repository": {
"type": "git",
"url": "https://github.com/noritama/node-nicovideo.git"
},
"dependencies": {
"request": ">=2.9.202",
"xml2js": "*"
},
"devDependencies": {
"mocha": ">=1.0.1",
"should": ">=0.6.1",
"sinon": ">=1.6.0"
},
"main": "./lib/index.js",
"engines": {
"node": ">=0.8.12"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"readmeFilename": "README.md"
}