UNPKG

1.08 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": "0.4.1",
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 watch"
30 },
31 "devDependencies": {
32 "grunt": "0.4.1",
33 "grunt-cli": "0.1.9",
34 "grunt-contrib-watch": "0.5.3",
35 "grunt-contrib-jshint": "0.6.4",
36 "chai": "1.7.2",
37 "grunt-cafe-mocha": "0.1.8",
38 "wrench": "1.5.1",
39 "tmp": "0.0.21"
40 },
41 "peerDependencies": {
42 "grunt": "~0.4.1"
43 },
44 "keywords": [
45 "gruntplugin",
46 "grunt",
47 "newer",
48 "files"
49 ]
50}