This repository has been archived by the owner on Aug 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
executable file
·91 lines (91 loc) · 1.97 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "spm",
"version": "3.9.0-beta5",
"preferGlobal": "true",
"description": "Static Package Manager",
"author": "Hsiaoming Yang <[email protected]>",
"homepage": "http://spmjs.io",
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm.git"
},
"keywords": [
"bower",
"browser",
"cmd",
"command line",
"commonjs",
"component",
"module",
"npm",
"package",
"seajs",
"spmjs",
"tool"
],
"dependencies": {
"archy": "~1.0.0",
"babel-core": "~4.7.16",
"chokidar": "^1.7.0",
"co": "~4.6.0",
"colorful": "~2.1.0",
"commander": "~2.5.0",
"crequire": "~1.5.3",
"debug": "^2.1.1",
"empty-dir": "~0.1.0",
"exeq": "~2.0.0",
"extend": "~2.0.0",
"father": "~1.0.0",
"fs-extra": "~0.13.0",
"fs-symlink": "1.1.0",
"fstream": "~1.0.3",
"fstream-ignore": "~1.0.2",
"glob": "~5.0.12",
"gulp-template": "~1.1.1",
"inherits": "~1.0.0",
"inquirer": "~0.8.0",
"internal-ip": "~1.0.0",
"istanbul": "~0.3.5",
"istanbul-instrumenter-loader": "~0.1.2",
"mocha-phantomjs": "3.5.6",
"nico-spm": "~0.5.2",
"phantomjs": "~1.9.1",
"react-tools": "~0.12.2",
"request": "~2.51.0",
"rimraf": "~2.2.8",
"scripts-hook": "~0.1.3",
"semver": "~4.1.0",
"sort-array": "~0.1.0",
"spm-client": "~0.4.0",
"spm-log": "~0.1.1",
"spm-webpack": "~1.0.0",
"spm-webpack-server": "~1.0.0",
"spmrc": "~1.2.0",
"tar": "~1.0.3",
"test-console": "~0.7.1",
"through2": "~2.0.0",
"uniq": "~1.0.1",
"vinyl-fs": "~0.3.13",
"whoami": "~0.0.3",
"win-spawn": "~2.0.0"
},
"devDependencies": {
"coveralls": "~2.11.2",
"gulp-unzip": "~0.1.1",
"jshint": "*",
"ls-archive": "~1.0.2",
"mocha": "*",
"muk": "~0.3.1",
"should": "~4.3.1",
"sinon": "~1.12.1"
},
"bin": {
"spm": "bin/spm"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "make test"
}
}