Files
angular-docs-cn/package.json
T

122 lines
3.4 KiB
JSON
Raw Normal View History

2014-09-18 14:56:38 -07:00
{
2015-10-15 09:57:29 -07:00
"name": "angular-srcs",
"version": "2.0.0-rc.6",
"private": true,
"branchPattern": "2.0.*",
2015-02-10 15:18:16 -08:00
"description": "Angular 2 - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",
"bugs": "https://github.com/angular/angular/issues",
"license": "MIT",
"engines": {
2016-01-20 11:00:30 -08:00
"node": ">= 5.4.1 < 6"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
2014-09-18 14:56:38 -07:00
"scripts": {
2016-06-21 00:25:55 +02:00
"postinstall": "node tools/npm/copy-npm-shrinkwrap && webdriver-manager update"
2014-09-18 14:56:38 -07:00
},
"dependencies": {
"core-js": "^2.4.1",
2016-03-18 09:01:49 -04:00
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.11",
2016-08-22 16:24:21 -07:00
"zone.js": "^0.6.17"
},
"devDependencies": {
"@types/angularjs": "^1.5.13-alpha",
"@types/fs-extra": "0.0.22-alpha",
"@types/hammerjs": "^2.0.22-alpha",
"@types/jasmine": "^2.2.22-alpha",
"@types/node": "^4.0.22-alpha",
"@types/protractor": "^1.5.11-alpha",
"@types/selenium-webdriver": "^2.44.20-alpha",
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-mocks": "^1.5.0",
"base64-js": "^0.0.8",
2014-12-04 14:02:03 +00:00
"bower": "^1.3.12",
2016-01-02 09:12:59 -08:00
"broccoli": "^0.16.9",
"broccoli-file-creator": "^1.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-slow-trees": "1.x.x",
"broccoli-stew": "^0.2.1",
"broccoli-writer": "^0.1.1",
2015-06-23 15:26:51 -07:00
"browserify": "^10.2.4",
2015-10-27 15:52:08 +01:00
"browserstacktunnel-wrapper": "^1.4.2",
2014-12-04 14:02:03 +00:00
"canonical-path": "0.0.2",
"chokidar": "^1.1.0",
2015-10-20 10:10:31 +01:00
"clang-format": "^1.0.32",
"cldr": "^3.5.2",
"conventional-changelog": "^1.1.0",
"cors": "^2.7.1",
"firefox-profile": "^0.3.4",
2016-01-02 20:05:56 -08:00
"fs-extra": "^0.26.3",
"glob": "^4.0.6",
"gulp": "^3.8.8",
2015-10-30 10:10:23 -07:00
"gulp-autoprefixer": "^3.1.0",
"gulp-clang-format": "^1.0.23",
"gulp-concat": "^2.5.2",
2016-01-03 08:44:31 -08:00
"gulp-connect": "^2.3.1",
"gulp-conventional-changelog": "^1.1.0",
2015-11-15 02:27:59 -08:00
"gulp-gzip": "^1.2.0",
2015-10-30 10:10:23 -07:00
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
2015-09-25 16:05:31 -07:00
"gulp-sass": "^2.0.4",
2015-10-30 10:10:23 -07:00
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.2.0",
"hash-files": "^1.0.0",
"incremental-dom": "^0.4.1",
2016-01-02 19:45:13 -08:00
"jasmine": "^2.4.1",
"jpm": "1.0.0",
2015-03-02 09:43:56 -08:00
"js-yaml": "^3.2.7",
"karma": "^0.13.20",
"karma-browserstack-launcher": "^0.1.9",
"karma-chrome-launcher": "^0.2.0",
2015-09-10 18:32:28 +02:00
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "^0.3.0",
2015-11-23 14:58:18 -08:00
"karma-sourcemap-loader": "^0.3.6",
2016-01-02 22:07:38 -08:00
"lodash": "^3.10.1",
"madge": "0.5.0",
"merge": "^1.2.0",
"merge2": "^0.3.5",
2016-01-03 10:01:43 -08:00
"minimatch": "^3.0.0",
2016-01-02 19:56:03 -08:00
"minimist": "^1.2.0",
2016-01-02 20:18:20 -08:00
"mock-fs": "^3.6.0",
"node-uuid": "1.4.x",
2015-07-20 15:54:30 -07:00
"on-headers": "^1.0.0",
2015-03-01 22:17:36 +01:00
"parse5": "1.3.2",
2016-01-02 02:06:57 -08:00
"protractor": "^3.0.0",
"proxy-middleware": "^0.15.0",
"q": "^1.0.1",
"react": "^0.14.0",
"rewire": "^2.3.3",
"rollup": "^0.26.3",
"run-sequence": "^1.1.0",
"selenium-webdriver": "^2.47.0",
2016-01-03 09:58:55 -08:00
"semver": "^5.1.0",
2015-04-15 20:36:02 -07:00
"sorted-object": "^1.0.0",
2015-02-11 14:54:59 -08:00
"source-map": "^0.3.0",
"source-map-loader": "^0.1.5",
"strip-ansi": "^2.0.1",
"symlink-or-copy": "^1.0.1",
"systemjs": "0.18.10",
"systemjs-builder": "^0.10.3",
2015-10-30 10:10:23 -07:00
"through2": "^0.6.5",
"ts-api-guardian": "0.1.4",
2016-04-30 11:36:40 -07:00
"ts2dart": "^0.9.10",
"tsickle": "^0.1.7",
"tslint": "^3.15.0-dev.0",
"typescript": "^2.0.2",
"universal-analytics": "^0.3.9",
2015-11-16 15:59:05 +01:00
"webpack": "^1.12.6",
"which": "~1",
2016-01-03 09:29:02 -08:00
"yargs": "^3.31.0"
2014-09-25 14:04:46 -07:00
}
2014-09-18 14:56:38 -07:00
}