forked from componentjs/component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "component",
"version": "0.17.0",
"description": "Component package manager consuming git repositories",
"keywords": [
"component",
"package",
"client",
"browser",
"module"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/component/component.git",
"dependencies": {
"commander": "1.0.5",
"mkdirp": "0.3.4",
"superagent": "0.15.3",
"component-builder": "0.9.0",
"string-to-js": "0.0.1",
"jog": "0.4.0",
"batch": "0.3.2",
"win-fork": "1.0.0",
"archy": "0.0.2",
"netrc": "~0.1.0",
"debug": "*",
"rimraf": "~2.1.4",
"superagent-proxy": "0.0.1"
},
"devDependencies": {
"express": "3.0.0",
"minstache": "0.0.1",
"mocha": "*",
"should": "*"
},
"bin": {
"component": "bin/component",
"component-info": "bin/component-info",
"component-help": "bin/component-help",
"component-install": "bin/component-install",
"component-ls": "bin/component-ls",
"component-convert": "bin/component-convert",
"component-build": "bin/component-build",
"component-search": "bin/component-search",
"component-create": "bin/component-create",
"component-changes": "bin/component-changes",
"component-wiki": "bin/component-wiki"
},
"main": "index",
"engines": {
"node": ">= 0.8.0"
}
}