forked from e7h4n/grunt-cmd-combo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (39 loc) · 1.05 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
{
"name": "grunt-cmd-combo",
"description": "Concat SeaJS module files.",
"version": "1.0.0",
"homepage": "https://github.com/perfectworks/grunt-cmd-combo",
"author": {
"name": "PerfectWorks",
"email": "perfectworks@gmail.com",
"url": "http://lostjs.com"
},
"repository": {
"type": "git",
"url": "git://github.com/perfectworks/grunt-cmd-combo.git"
},
"bugs": {
"url": "https://github.com/perfectworks/grunt-cmd-combo/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/perfectworks/grunt-cmd-combo/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">= 0.6.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-jslint": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-qunit": "*",
"underscore": "*"
},
"keywords": ["gruntplugin"],
"dependencies": {
"underscore": "*",
"uglify-js": "*",
"source-map": "*"
}
}