-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 968 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-rename-util",
"description": "Rename files.",
"version": "1.0.0",
"homepage": "https://github.com/jasonlam604/grunt-rename-util",
"author": {
"name": "Jason Lam",
"url": "http://www.jasonlam604.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonlam604/grunt-rename-util.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jasonlam604/grunt-rename-util/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 7.9.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-internal": "~1.2.3",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~1.1.0",
"grunt": "~0.4.5",
"underscore": "~1.8.3"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin"
]
}