UNPKG

generator-beez

Version:
59 lines (58 loc) 1.44 kB
{ "name": "<%= slugname %>", "version": "0.0.0", "description": "<%= props.description %>",<% if (props.homepage) { %> "homepage": "<%= props.homepage %>",<% } %> "bugs": "<%= repoUrl %>/issues", "author": { "name": "<%= props.authorName %>", "email": "<%= props.authorEmail %>"<% if (props.authorUrl) { %>, "url": "<%= props.authorUrl %>"<% } %> }, "repository": { "type": "git", "url": "<%= repoUrl %>" }, "licenses": [ { "type": "<%= props.license %>" } ], "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/<%= slugname %>/index.js" }