UNPKG

1 kBJSONView Raw
1{
2 "name": "grunt-newer",
3 "description": "Run grunt tasks with only the source files modified since the previous successful run.",
4 "version": "0.3.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 --verbose test",
29 "start": "grunt --verbose 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 },
37 "peerDependencies": {
38 "grunt": "~0.4.1"
39 },
40 "keywords": [
41 "gruntplugin",
42 "grunt",
43 "newer",
44 "files"
45 ]
46}