UNPKG

generator-angular2

Version:
44 lines (43 loc) 948 B
{ "name": "generator-angular2", "version": "0.6.4", "description": "Angular2 Yeoman Generator", "license": "MIT", "main": "app/index.js", "repository": { "type": "git", "url": "git://github.com/swirlycheetah/generator-angular2.git" }, "author": "Chris Wheatley <chriswheatley87@gmail.com>", "bugs": { "url": "https://github.com/swirlycheetah/generator-angular2/issues" }, "homepage": "https://github.com/swirlycheetah/generator-angular2", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "keywords": [ "yeoman-generator", "angular yeoman", "angular2 yeoman", "angularjs", "angular", "angularjs2", "angular2", "es6" ], "preferGlobal": true, "dependencies": { "chalk": "1.0.0", "lodash": "3.7.0", "npm-check": "3.2.10", "yeoman-generator": "0.19.2", "yosay": "1.0.2" }, "devDependencies": { "mocha": "2.2.4" } }