{ "name": "generator-angular-fullstack-component", "version": "1.0.2", "description": "Angular component generator", "main": "index.js", "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf generators test", "compile": "babel src/ --out-dir ./ --copy-files", "prepublish": "npm run build", "test": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/angular-fullstack/generator-angular-component.git" }, "keywords": [ "angular", "angular2", "fullstack", "generator", "ng", "route", "yeoman", "yo" ], "author": "Andrew Koroluk ", "license": "MIT", "bugs": { "url": "https://github.com/angular-fullstack/generator-angular-component/issues" }, "homepage": "https://github.com/angular-fullstack/generator-angular-component#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "rimraf": "^2.6.2" }, "dependencies": { "chalk": "^2.4.1", "glob": "^7.1.2", "gulp-filter": "^5.1.0", "gulp-tap": "^1.0.1", "jscodeshift": "^0.5.0", "lodash": "^4.17.10", "semver": "^5.5.0", "underscore.string": "^3.3.4", "yeoman-generator": "^2.0.5" } }