UNPKG

ng-factory

Version:

An **upgradable** development workflow library built on top of Gulp and focused on AngularJS components and applications.

37 lines (36 loc) 749 B
{ "name": "ng-factory", "version": "1.1.0", "description": "", "main": "lib/index.js", "bin": { "ng": "bin/ng.js" }, "license": "MIT", "author": { "name": "Olivier Louvignes", "email": "olivier@mg-crea.com", "url": "https://github.com/mgcrea" }, "repository": { "type": "git", "url": "https://github.com/ng-tools/ng-factory.git" }, "scripts": { "test": "eslint lib" }, "dependencies": { "chalk": "^1.1.1", "cwd": "^0.8.4", "lodash": "^3.10.1", "ng-cli": "^0.7.0", "resolve-dep": "^0.5.3", "tildify": "^1.1.2", "undertaker": "^0.12.1", "undertaker-registry": "0.0.3" }, "devDependencies": { "eslint": "^1.8.0", "eslint-config-airbnb": "^0.1.0" } }