grunt-contrib-watch/package.json
2012-09-17 16:01:19 -05:00

41 lines
899 B
JSON

{
"name": "grunt-contrib-watch",
"description": "Your description here.",
"version": "0.2.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"author": {
"name": "Ben Alman",
"url": "http://benalman.com"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-watch.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-contrib-lib": "~0.2.0"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-clean": "~0.2.0"
},
"keywords": [
"gruntplugin"
]
}