-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "spm-client",
"version": "1.0.2",
"description": "spm client api",
"main": "index",
"dependencies": {
"co-request": "~0.2.0",
"colorful": "~2.1.0",
"debug": "~2.1.1",
"extend": "~2.0.0",
"father": "~0.10.6",
"fstream": "~1.0.3",
"fstream-ignore": "~1.0.2",
"gulp-gunzip": "~0.0.2",
"gulp-untar2": "~0.0.5",
"inherits": "~1.0.0",
"mkdirp": "~0.5.0",
"multipipe": "~0.1.2",
"request": "~2.51.0",
"semver": "~4.2.0",
"spm-log": "~0.1.1",
"spmrc": "~1.2.0",
"tar": "~1.0.3",
"vinyl-fs": "~0.3.13"
},
"devDependencies": {
"autod": "~2.0.1",
"co-mocha": "0",
"coveralls": "2",
"istanbul-harmony": "0",
"jshint": "*",
"ls-archive": "~1.0.2",
"mocha": "1",
"rimraf": "~2.2.8",
"should": "~4.6.0",
"spy": "~0.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm-client"
},
"homepage": "https://github.com/spmjs/spm-client",
"author": "popomore <[email protected]>",
"license": "MIT",
"scripts": {
"test": "make test"
}
}