generator-beez
Version:
A beez project generator for Yeoman
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "beez-mymodule",
"version": "0.0.0",
"description": "awesome module",
"homepage": "https://github.com/octocat/beez-mymodule",
"bugs": "https://github.com/octocat/beez-mymodule/issues",
"author": {
"name": "Octo Cat",
"email": "octo@example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/octocat/beez-mymodule"
},
"licenses": [
{
"type": "MIT"
}
],
"files": [
""
],
"keywords":[
],
"dependencies": {
"requirejs": ">=2.1.4",
"handlebars": "~1.1.0"
},
"peerDependencies": {
"beez": ">=1.0.9"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-mkdir": "~0.1.1",
"grunt-jsdoc": "~0.4.1",
"matchdep": "~0.1.1",
"mocha": "~1.14.0",
"chai": "~1.8.0",
"jshint": "~2.3.0",
"plato": "~0.6.1",
"jsdoc": "~3.2.2"
},
"engines": {
"node": "~0.10.1",
"npm": "~1.1.0"
},
"os": [
"darwin",
"linux"
],
"main": "./s/beez-mymodule/index.js"
}