-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "spm",
"version" : "0.5.0-dev",
"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>"],
"engines" : {"node": ">= 0.6.3"},
"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"
},
"preferGlobal" : true
}