UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

70 lines (69 loc) 1.91 kB
{ "name": "<%= _.slugify(_.humanize(projectName)) %>", "version": "0.0.0", "description": "<%= projectNameQuoteEscaped %> was generated by HyperAngular", "scripts": { "test": "grunt test:headless" }, "license": "<%= license %>", "repository": "<%= githubUsername %>/<%= projectNameQuoteEscaped %>", "author": { "name": "<%= githubUsername %>", "email": "<%= githubUsername %>@example.com", "url": "https://github.com/<%= githubUsername %>" }, "keywords": [ "<%= projectNameDoubleQuoteEscaped %>" ], "dependencies": { "lodash": "latest", "lodash-node": "latest", "markdown": "latest", "moment": "latest", "underscore.string": "latest" }, "devDependencies": { "body-parser": "latest", "bower": "latest", "chai": "latest", "chai-as-promised": "latest", "chalk": "latest", "errorhandler": "latest", "express": "latest", "glob": "latest", "grunt": "latest", "grunt-bump": "latest", "grunt-cli": "latest", "grunt-karma": "latest", "grunt-lesslint": "latest", "grunt-mkdir": "latest", "grunt-angular-templates": "latest", "grunt-contrib-clean": "latest", "grunt-contrib-concat": "latest", "grunt-contrib-copy": "latest", "grunt-contrib-cssmin": "latest", "grunt-contrib-imagemin": "latest", "grunt-contrib-jshint": "latest", "grunt-contrib-less": "latest", "grunt-contrib-uglify": "latest", "grunt-contrib-watch": "latest", "grunt-express-server": "latest", "grunt-protractor-runner": "latest", "grunt-protractor-webdriver": "latest", "jade": "latest", "mocha": "latest", "karma": "latest", "karma-mocha": "latest", "karma-chai": "latest", "karma-sinon": "latest", "karma-phantomjs-launcher": "latest", "load-grunt-tasks": "latest", "method-override": "latest", "morgan": "latest", "phantomjs": "latest", "protractor": "latest", "serve-static": "latest", "sinon": "latest", "sinon-chai": "latest" } }