-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.34 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.34 KB
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
{
"name" : "spm",
"version" : "0.9.11",
"description" : "A Package Manager for SeaJS",
"homepage" : "https://github.com/seajs/spm",
"keywords" : ["seajs", "module", "package", "optimization", "tool"],
"author" : "Frank Wang <lifesinger@gmail.com>",
"contributors" : ["Frank Xu <yyfrankyy@gmail.com>", "kangpangpang <kangpangpang@gmail.com>"],
"engines" : {"node": ">= 0.8.1"},
"dependencies" : {
"semver": "~1.0.14",
"uglify-js": "~1.3.3",
"seajs": "~1.2.0",
"async": "~0.1.22",
"tar": "~0.1.13",
"fstream": "~0.1.18",
"fstream-ignore": "0.0.5",
"inherits": "1.0.0",
"request": "~2.9.203",
"mime": "~1.2.7",
"optimist": "~0.3.4",
"coffee-script": "~1.3.3",
"jasmine-node": "~1.0.26",
"jshint": "~0.7.3",
"less": "~1.3.0",
"glob": "~3.1.12",
"colors": "~0.6.0",
"shelljs": "~0.0.6",
"clean-css": "~0.6.0"
},
"repository" : {
"type": "git",
"url": "git://github.com/seajs/spm.git"
},
"main" : "./lib/spm.js",
"bin" : {
"spm": "./bin/spm"
},
"scripts" : {
"test": "node test/"
},
"preferGlobal" : true
}