-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
53 lines (53 loc) · 1.03 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
53
{
"name": "spm",
"version": "2.2.5",
"preferGlobal": "true",
"description": "Static Package Manager",
"author": "Hsiaoming Yang <me@lepture.com>",
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm2.git"
},
"keywords": [
"seajs",
"module",
"cmd",
"package",
"tool",
"browser"
],
"dependencies": {
"win-spawn": "~1.1.0",
"inherits": "~1.0.0",
"fstream": "~0.1.22",
"fstream-ignore": "~0.0.6",
"spmrc": "~0.1.3",
"semver": "~1.1.4",
"async": "~0.1.22",
"tar": "~0.1.16",
"form-data": "~0.1.0",
"request": "~2.25.0",
"colorful": "~2.1.0",
"commander": "~1.1.1",
"cmd-util": "~0.3.10",
"archy": "~0.0.2",
"rimraf": "~2.1.4",
"lodash": "~1.3.1"
},
"devDependencies": {
"sinon": "*",
"jshint": "*",
"mocha": "*",
"should": "*"
},
"bin": {
"spm": "bin/spm"
},
"engines": {
"node": ">=0.8.19"
},
"scripts": {
"preinstall": "node scripts/preinstall.js",
"test": "make test"
}
}