grunt-abe-json-builder
Version:
Grunt wrapper for abe-json-builder
40 lines (39 loc) • 949 B
JSON
{
"name": "grunt-abe-json-builder",
"version": "0.1.1",
"description": "Grunt wrapper for abe-json-builder",
"main": "tasks/grunt-abe-json-builder.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/apibyexample/grunt-abe-json-builder.git"
},
"keywords": [
"abe",
"json",
"gruntplugin",
"grunt"
],
"author": "API By Example <apibyexample@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apibyexample/grunt-abe-json-builder/issues"
},
"homepage": "https://github.com/apibyexample/grunt-abe-json-builder",
"dependencies": {
"abe-json-builder": "~0.1.4",
"lodash-node": "~2.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.7.1",
"load-grunt-tasks": "~0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
}
}