-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
51 lines (51 loc) · 1.12 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
48
49
50
51
{
"name": "grunt-newer",
"description": "Run Grunt tasks with only those source files modified since the last successful run.",
"version": "1.3.0",
"author": {
"name": "Tim Schaub",
"url": "http://tschaub.net/"
},
"bugs": {
"url": "https://github.com/tschaub/grunt-newer/issues"
},
"dependencies": {
"async": "^1.5.2",
"rimraf": "^2.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "1.0.1",
"grunt-cafe-mocha": "0.1.13",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"mock-fs": "^3.8.0",
"tmp": "0.0.31",
"wrench": "1.5.8"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/tschaub/grunt-newer",
"keywords": [
"files",
"grunt",
"gruntplugin",
"newer"
],
"license": "MIT",
"main": "gruntfile.js",
"peerDependencies": {
"grunt": ">=0.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/tschaub/grunt-newer.git"
},
"scripts": {
"start": "grunt test watch",
"test": "grunt test"
}
}