grunt-smart-vlt
Version:
Friendly grunt plugin to run Adobe VLT commands.
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "grunt-smart-vlt",
"description": "Friendly grunt plugin to run Adobe VLT commands.",
"version": "0.1.0",
"homepage": "https://github.com/Ariel-Rodriguez/grunt-smart-vlt",
"author": {
"name": "Ariel Fernando Delfor Rodriguez",
"email": "ariel.fdr@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Ariel-Rodriguez/grunt-smart-vlt.git"
},
"bugs": {
"url": "https://github.com/Ariel-Rodriguez/grunt-smart-vlt/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Ariel-Rodriguez/grunt-smart-vlt/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin", "vlt", "adobe", "auto", "watch"
],
"dependencies": {
"async": "^0.9.0"
}
}