forked from mcgaryes/grunt-combine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 933 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "grunt-combine",
"description": "Token based search and replace functionality for grunt.",
"version": "0.8.2",
"homepage": "https://github.com/mcgaryes/grunt-combine",
"author": {
"name": "Eric McGary",
"email": "[email protected]",
"url": "https://github.com/mcgaryes"
},
"repository": {
"type": "git",
"url": "git://github.com/mcgaryes/grunt-combine.git"
},
"bugs": {
"url": "https://github.com/mcgaryes/grunt-combine/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mcgaryes/grunt-combine/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-combine",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"underscore": "1.4.x"
},
"devDependencies": {
"grunt": "~0.3.17",
"grunt-contrib-clean":"~0.4.0a"
},
"keywords": [
"gruntplugin"
]
}