grunt-aglio-pebble
Version:
Grunt plugin to generate aglio documentation
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "grunt-aglio-pebble",
"description": "Grunt plugin to generate aglio documentation",
"version": "0.3.5",
"homepage": "https://github.com/mypebble/grunt-aglio",
"author": {
"name": "Subra",
"email": "subra@orangebrush.net"
},
"repository": {
"type": "git",
"url": "https://github.com/mypebble/grunt-aglio.git"
},
"bugs": {
"url": "https://github.com/mypebble/grunt-aglio/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arbus/grunt-aglio/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "mocha --recursive --ui tdd --reporter spec"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2",
"mocha": "^2.2.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"aglio",
"documentation",
"blueprint"
],
"dependencies": {
"aglio": "~2.0.4",
"underscore": "^1.8.3",
"when": "^3.7.3"
}
}