grunt-watchify
Version:
Browserify your code
47 lines (46 loc) • 976 B
JSON
{
"name": "grunt-watchify",
"description": "Browserify your code",
"version": "0.1.0",
"homepage": "https://github.com/amiorin/grunt-watchify",
"author": {
"name": "Alberto Miorin",
"url": "http://albertomiorin.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/amiorin/grunt-watchify"
},
"bugs": {
"url": "https://github.com/amiorin/grunt-watchify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/amiorin/grunt-watchify/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"browserify": ">=2.23.1 <3.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-nodeunit": "~0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"browserify",
"watchify"
]
}