UNPKG

853 BJSONView Raw
1{
2 "name": "npm-registry",
3 "version": "0.1.9",
4 "description": "An high available npm registry client",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha $(find test -name '*.test.js')"
8 },
9 "repository": {
10 "type": "git",
11 "url": "http://github.com/3rd-Eden/npmjs"
12 },
13 "keywords": [
14 "npm",
15 "npm-registry",
16 "npm-registry-client",
17 "npm-ui",
18 "npm-www",
19 "npm.js",
20 "npmjs",
21 "registry",
22 "registry-client"
23 ],
24 "author": "Arnout Kazemier",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/3rd-Eden/npmjs/issues"
28 },
29 "homepage": "https://github.com/3rd-Eden/npmjs",
30 "dependencies": {
31 "debug": "0.8.x",
32 "extract-github": "0.0.x",
33 "licenses": "0.0.x",
34 "mana": "0.1.x",
35 "semver": "2.2.x"
36 },
37 "devDependencies": {
38 "chai": "1.9.x",
39 "mocha": "1.18.x"
40 }
41}