-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "grunt-newer-explicit",
"homepage": "http://github.com/rse/grunt-newer-explicit",
"description": "Grunt Task for running tasks if source files are newer only",
"version": "0.9.9",
"license": "MIT",
"author": {
"name": "Ralf S. Engelschall",
"email": "[email protected]",
"url": "http://engelschall.com"
},
"keywords": [
"gruntplugin",
"newer", "time", "mtime"
],
"repository": {
"type": "git",
"url": "git://github.com/rse/grunt-newer-explicit.git"
},
"bugs": {
"url": "http://github.com/rse/grunt-newer-explicit/issues"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "1.0.3",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-clean": "1.1.0"
},
"peerDependencies": {
"grunt": ">=1.0.3"
},
"dependencies": {
"chalk": "2.4.1"
},
"engines": {
"node": ">=4.0.0"
}
}