forked from spmjs/spm-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "spm-build",
"description": "build the standard cmd module",
"version": "0.3.17",
"homepage": "https://github.com/spmjs/spm-build",
"repository": {
"type": "git",
"url": "git://github.com/spmjs/spm-build.git"
},
"bugs": {
"url": "https://github.com/spmjs/spm-build/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/spmjs/spm-build/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"spmrc": "~0.1.3",
"commander": "~1.1.1",
"grunt-cmd-transport": "~0.3.0",
"grunt-cmd-concat": "~0.2.5",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-clean": "~0.5.0",
"spm-grunt": "~0.1.7"
},
"bin": {
"spm-build": "bin/spm-build"
},
"keywords": [
"spmplugin",
"gruntcollection"
],
"engines": {
"node": ">0.8.19"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"uninstall": "node scripts/uninstall.js"
}
}