UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

58 lines (57 loc) 1.26 kB
{ "name": "ng6-cli", "version": "0.6.6", "description": "Tooling to build applications with Angular 1.5, ES6, and Webpack.", "main": "index.js", "bin": { "ng6": "./bin/ng6-cli.js" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix" }, "keywords": [ "Angular", "ES6", "Webpack", "Custom", "Commands", "CLI" ], "author": "Aaron Storck", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/UltimateSoftware/ng6-cli" }, "dependencies": { "acorn": "3.0.4", "bluebird": "^3.4.7", "case": "^1.4.2", "chalk": "1.1.3", "columnify": "1.5.4", "cross-spawn": "^5.1.0", "deepmerge": "0.2.10", "detect-port": "^1.0.5", "ejs": "2.4.2", "gulp": "3.9.1", "gulp-batch-replace": "0.0.0", "gulp-ejs": "2.1.2", "gulp-rename": "1.2.2", "homedir": "0.6.0", "inquirer": "1.0.0", "lodash": "^4.17.4", "marked": "^0.3.6", "marked-terminal": "1.6.1", "ora": "^1.1.0", "ouro-base": "0.9.0", "react-dev-utils": "^0.5.2", "shelljs": "0.6.0", "word-wrap": "^1.1.0", "yargs": "4.4.0" }, "devDependencies": { "eslint": "^3.16.1", "eslint-plugin-import": "^2.2.0" } }