-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
42 lines (42 loc) · 881 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": "npm-registry",
"version": "0.1.13",
"description": "An high available npm registry client",
"main": "index.js",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "http://github.com/3rd-Eden/npmjs"
},
"keywords": [
"npm",
"npm-registry",
"npm-registry-client",
"npm-ui",
"npm-www",
"npm.js",
"npmjs",
"registry",
"registry-client"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/npmjs/issues"
},
"homepage": "https://github.com/3rd-Eden/npmjs",
"dependencies": {
"debug": "0.8.x",
"extract-github": "0.0.x",
"licenses": "0.0.x",
"mana": "0.1.x",
"semver": "2.2.x"
},
"devDependencies": {
"chai": "1.9.x",
"mocha": "1.18.x",
"pre-commit": "0.0.x"
}
}