UNPKG

generator-hyper-angular

Version:

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

64 lines (63 loc) 1.38 kB
{ "name": "generator-hyper-angular", "version": "0.1.6-0", "description": "Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing", "license": "MIT", "main": "app/index.js", "repository": "jprystowsky/generator-hyper-angular", "author": { "name": "Jacob Prystowsky", "email": "github@mapping.io", "url": "https://github.com/jprystowsky" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "generator-hyper-angular", "angular", "angularjs", "angularui", "angular-ui", "express", "karma", "protractor", "mocha", "chai", "sinon", "node", "node.js" ], "dependencies": { "yeoman-generator": "~0.16.0", "chalk": "~0.4.0", "mocha": "^1.18.2", "lodash-node": "^2.4.1", "underscore.string": "^2.3.3", "chai": "^1.9.0", "karma-chai": "^0.1.0", "sinon": "^1.9.0", "karma-sinon": "^1.0.3", "karma": "^0.12.1", "karma-mocha": "^0.1.3", "chai-as-promised": "^4.1.1", "sinon-chai": "^2.5.0", "longjohn": "^0.2.2", "grunt-cli": "^0.1.13", "grunt": "^0.4.4", "grunt-bump": "0.0.13", "glob": "^3.2.9", "load-grunt-tasks": "^0.4.0", "lodash": "^2.4.1" }, "peerDependencies": { "yo": ">=1.0.0" } }