-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
35 lines (35 loc) · 905 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
{
"name": "npmd",
"description": "distributed npm client",
"version": "1.4.0",
"homepage": "https://github.com/dominictarr/npmd",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/npmd.git"
},
"bugs": {
"url": "https://github.com/dominictarr/npmd/issues"
},
"dependencies": {
"npmd-resolve": "~7.8.0",
"npmd-install": "~5.1.2",
"npmd-cache": "~4.3.1",
"npmd-config": "~1.2.2",
"npmd-tree": "~3.3.4",
"npmd-bin": "1.2",
"npmd-build": "~0.1.3",
"add-deps": "~1.2.0",
"to-camel-case": "~0.2.0",
"get-deps": "~2.0.4",
"levelup": "~0.18.2",
"medeadown": "~1.0.6",
"mkdirp": "~0.5.0"
},
"bin": "./index.js",
"scripts": {
"test": "./test.sh",
"build": "browserify client.js > static/bundle.js"
},
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
"license": "MIT"
}