UNPKG

1.21 kBJSONView Raw
1{
2 "name": "grunt-newer",
3 "description": "Run Grunt tasks with only those source files modified since the last successful run.",
4 "version": "1.1.0",
5 "homepage": "https://github.com/tschaub/grunt-newer",
6 "author": {
7 "name": "Tim Schaub",
8 "url": "http://tschaub.net/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tschaub/grunt-newer.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tschaub/grunt-newer/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "http://tschaub.mit-license.org/"
21 }
22 ],
23 "main": "gruntfile.js",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "grunt test",
29 "start": "grunt test watch"
30 },
31 "devDependencies": {
32 "grunt": "0.4.5",
33 "grunt-cli": "0.1.13",
34 "grunt-contrib-watch": "0.6.1",
35 "grunt-contrib-jshint": "0.10.0",
36 "chai": "1.9.2",
37 "grunt-cafe-mocha": "0.1.13",
38 "wrench": "1.5.8",
39 "tmp": "0.0.24",
40 "grunt-contrib-clean": "0.6.0",
41 "mock-fs": "2.x"
42 },
43 "peerDependencies": {
44 "grunt": "~0.4.1"
45 },
46 "keywords": [
47 "gruntplugin",
48 "grunt",
49 "newer",
50 "files"
51 ],
52 "dependencies": {
53 "async": "0.9.0",
54 "rimraf": "2.2.8"
55 }
56}