{ "name": "angular-cli", "version": "1.0.0-beta.14", "description": "CLI tool for Angular", "main": "packages/angular-cli/lib/cli/index.js", "trackingCode": "UA-8594346-19", "bin": { "ng": "./bin/ng" }, "keywords": [], "scripts": { "build": "node ./scripts/publish/build.js", "build:patch": "node ./scripts/patch.js", "build:packages": "for PKG in packages/*; do echo Building $PKG...; tsc -p $PKG; done", "test": "npm run test:packages && npm run test:cli", "e2e": "npm run test:e2e", "e2e:nightly": "node tests/e2e_runner.js --nightly", "mobile_test": "mocha tests/e2e/e2e_workflow.spec.js", "test:e2e": "node tests/e2e_runner.js", "test:cli": "node tests/runner", "test:inspect": "node --inspect --debug-brk tests/runner", "test:packages": "node scripts/run-packages-spec.js", "build-config-interface": "dtsgen lib/config/schema.json --out lib/config/schema.d.ts", "eslint": "eslint .", "tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"", "lint": "npm-run-all -c eslint tslint" }, "repository": { "type": "git", "url": "https://github.com/angular/angular-cli.git" }, "engines": { "node": ">= 4.1.0" }, "author": "Angular Authors", "contributors": [ "Rody Haddad (http://rodyhaddad.com/)", "Igor Minar " ], "license": "MIT", "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, "homepage": "https://github.com/angular/angular-cli", "dependencies": { "@angular-cli/ast-tools": "^1.0.0", "@angular/common": "^2.0.0", "@angular/compiler": "^2.0.0", "@angular/compiler-cli": "^0.6.0", "@angular/core": "^2.0.0", "@angular/platform-browser": "^2.0.0", "@angular/platform-server": "^2.0.0", "@angular/tsc-wrapped": "^0.3.0", "angular2-template-loader": "^0.5.0", "awesome-typescript-loader": "^2.2.3", "chalk": "^1.1.3", "common-tags": "^1.3.1", "compression-webpack-plugin": "^0.3.1", "copy-webpack-plugin": "^3.0.1", "core-js": "^2.4.0", "css-loader": "^0.23.1", "denodeify": "^1.2.1", "ember-cli": "2.5.0", "ember-cli-string-utils": "^1.0.0", "enhanced-resolve": "^2.2.2", "exit": "^0.1.2", "exports-loader": "^0.6.3", "expose-loader": "^0.7.1", "file-loader": "^0.8.5", "fs-extra": "^0.30.0", "fs.realpath": "^1.0.0", "glob": "^7.0.3", "handlebars": "^4.0.5", "html-webpack-plugin": "^2.19.0", "istanbul-instrumenter-loader": "^0.2.0", "json-loader": "^0.5.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "leek": "0.0.21", "less": "^2.7.1", "less-loader": "^2.2.3", "lodash": "^4.11.1", "node-sass": "^3.7.0", "npm-run-all": "^3.0.0", "offline-plugin": "^3.4.1", "opn": "4.0.1", "parse5": "^2.1.5", "postcss-loader": "^0.9.1", "protractor": "^3.3.0", "raw-loader": "^0.5.1", "remap-istanbul": "^0.6.4", "resolve": "^1.1.7", "rimraf": "^2.5.3", "rxjs": "^5.0.0-beta.12", "sass-loader": "^3.2.0", "script-loader": "^0.7.0", "shelljs": "^0.7.0", "silent-error": "^1.0.0", "source-map-loader": "^0.1.5", "sourcemap-istanbul-instrumenter-loader": "^0.2.0", "string-replace-loader": "^1.0.3", "style-loader": "^0.13.1", "stylus": "^0.54.5", "stylus-loader": "^2.1.0", "symlink-or-copy": "^1.0.3", "ts-loader": "^0.8.2", "tslint": "^3.15.1", "tslint-loader": "^2.1.4", "typedoc": "^0.4.2", "typescript": "2.0.2", "url-loader": "^0.5.7", "webpack": "^2.1.0-beta.22", "webpack-dev-server": "^2.1.0-beta.3", "webpack-md5-hash": "0.0.5", "webpack-merge": "^0.14.0", "zone.js": "^0.6.23" }, "ember-addon": { "paths": [ "./packages/angular-cli/lib/addon" ] }, "devDependencies": { "@types/chai": "^3.4.32", "@types/chalk": "^0.4.28", "@types/common-tags": "^1.2.4", "@types/denodeify": "^1.2.29", "@types/express": "^4.0.32", "@types/fs-extra": "^0.0.31", "@types/glob": "^5.0.29", "@types/jasmine": "^2.2.32", "@types/lodash": "^4.0.25-alpha", "@types/mock-fs": "3.6.28", "@types/node": "^6.0.36", "@types/request": "0.0.30", "@types/rimraf": "0.0.25-alpha", "@types/webpack": "^1.12.22-alpha", "chai": "^3.5.0", "conventional-changelog": "^1.1.0", "dtsgenerator": "^0.7.1", "eslint": "^2.8.0", "exists-sync": "0.0.3", "express": "^4.14.0", "jasmine": "^2.4.1", "jasmine-spec-reporter": "^2.7.0", "minimatch": "^3.0.0", "minimist": "^1.2.0", "mocha": "^2.4.5", "mock-fs": "3.10.0", "npm-run": "^4.1.0", "object-assign": "^4.0.1", "request": "^2.74.0", "resolve-bin": "^0.4.0", "rewire": "^2.5.1", "sinon": "^1.17.3", "through": "^2.3.8", "tree-kill": "^1.0.0", "ts-node": "^1.3.0", "tslint": "^3.11.0", "walk-sync": "^0.2.6" } }