UNPKG

generator-mooc

Version:

generate front-end files for projects and modules

29 lines (28 loc) 743 B
{ "name": "<%= appname %>", "version": "<%= version %>", "description": "<%= description %>", "keywords": [], "homepage": "https://github.com/ndfront/<%= appname %>", "author": { "name": "<%= user.name %>", "email": "<%= user.email %>" }, "repository": { "type": "git", "url": "https://github.com/ndfront/<%= appname %>.git" }, "bugs": { "url": "https://github.com/ndfront/<%= appname %>/issues" }, "licenses": "MIT", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.10.0", "grunt-exec": "^0.4.6", "grunt-jsdoc": "^0.5.7", "grunt-bower-server": "0.0.0", "load-grunt-tasks": "^0.6.0" } }