-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 974 Bytes
/
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
{
"name" : "spm",
"version" : "0.7.0-dev",
"description" : "A Package Manager for SeaJS",
"homepage" : "https://github.com/seajs/spm",
"keywords" : ["seajs", "module", "package", "optimization", "tool"],
"author" : "Frank Wang <[email protected]>",
"contributors" : ["Frank Xu <[email protected]>", "hui.kang <[email protected]>"],
"engines" : {"node": ">= 0.8.1"},
"dependencies" : {
"uglify-js": ">= 1.1.1",
"seajs": ">= 1.1.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
}