2014-09-18 21:56:38 +00:00
|
|
|
{
|
2015-10-15 16:57:29 +00:00
|
|
|
"name": "angular-srcs",
|
2016-03-02 19:31:25 +00:00
|
|
|
"version": "2.0.0-beta.8",
|
2015-05-19 21:29:34 +00:00
|
|
|
"branchPattern": "2.0.*",
|
2015-02-10 23:18:16 +00:00
|
|
|
"description": "Angular 2 - a web framework for modern web apps",
|
|
|
|
|
"homepage": "https://github.com/angular/angular",
|
|
|
|
|
"bugs": "https://github.com/angular/angular/issues",
|
2015-05-04 22:44:19 +00:00
|
|
|
"contributors": [
|
|
|
|
|
"Alex Eagle <alexeagle@google.com>",
|
|
|
|
|
"Chirayu Krishnappa <chirayu@google.com>",
|
|
|
|
|
"Jeff Cross <crossj@google.com>",
|
2015-06-10 19:02:43 +00:00
|
|
|
"Matias Niemela <matsko@google.com>",
|
2015-05-04 22:44:19 +00:00
|
|
|
"Misko Hevery <misko@google.com>",
|
|
|
|
|
"Rado Kirov <radokirov@google.com>",
|
|
|
|
|
"Tobias Bosch <tbosch@google.com>",
|
|
|
|
|
"Victor Savkin <vsavkin@google.com>",
|
2015-06-18 23:07:35 +00:00
|
|
|
"Yegor Jbanov <yjbanov@google.com>",
|
|
|
|
|
"Jeremy Elbourn <jelbourn@google.com>"
|
2015-05-04 22:44:19 +00:00
|
|
|
],
|
2016-01-12 16:36:43 +00:00
|
|
|
"license": "MIT",
|
2015-12-01 22:09:31 +00:00
|
|
|
"engines": {
|
2016-01-20 19:00:30 +00:00
|
|
|
"node": ">= 5.4.1 < 6"
|
2015-12-01 22:09:31 +00:00
|
|
|
},
|
2015-01-24 18:50:18 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
|
},
|
2014-09-18 21:56:38 +00:00
|
|
|
"scripts": {
|
2015-12-21 22:50:56 +00:00
|
|
|
"preinstall": "node tools/analytics/build-analytics start install npm3-install && node tools/analytics/build-analytics start install npm-preinstall && node tools/npm/check-node-modules && node tools/analytics/build-analytics success install npm-preinstall && node tools/analytics/build-analytics start install npm-install-net",
|
|
|
|
|
"postinstall": "node tools/analytics/build-analytics success install npm-install-net && node tools/analytics/build-analytics start install npm-postinstall && node tools/npm/copy-npm-shrinkwrap && node tools/chromedriverpatch.js && webdriver-manager update && bower install && gulp pubget.dart && tsd reinstall --overwrite --clean --config modules/angular2/tsd.json && tsd reinstall --overwrite --clean --config tools/tsd.json && tsd reinstall --overwrite --config modules/angular1_router/tsd.json && node tools/analytics/build-analytics success install npm-postinstall && node tools/analytics/build-analytics success install npm3-install",
|
2016-01-26 20:34:37 +00:00
|
|
|
"build": "node --max-old-space-size=2048 ./node_modules/.bin/gulp build.js",
|
2015-03-19 18:36:27 +00:00
|
|
|
"test": "gulp test.all.js && gulp test.all.dart"
|
2014-09-18 21:56:38 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2015-12-06 18:10:11 +00:00
|
|
|
"es6-promise": "^3.0.2",
|
2015-12-06 08:42:40 +00:00
|
|
|
"es6-shim": "^0.33.3",
|
2015-10-24 06:47:44 +00:00
|
|
|
"reflect-metadata": "0.1.2",
|
2016-02-17 22:05:47 +00:00
|
|
|
"rxjs": "5.0.0-beta.2",
|
2016-02-17 21:18:24 +00:00
|
|
|
"zone.js": "0.5.15"
|
2014-11-11 16:37:19 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-01-31 15:35:23 +00:00
|
|
|
"angular": "^1.5.0",
|
|
|
|
|
"angular-animate": "^1.5.0",
|
|
|
|
|
"angular-mocks": "^1.5.0",
|
2015-07-31 17:33:22 +00:00
|
|
|
"base64-js": "^0.0.8",
|
2014-12-04 14:02:03 +00:00
|
|
|
"bower": "^1.3.12",
|
2016-01-02 17:12:59 +00:00
|
|
|
"broccoli": "^0.16.9",
|
2016-02-11 05:25:12 +00:00
|
|
|
"broccoli-file-creator": "^1.1.0",
|
2016-01-02 17:10:18 +00:00
|
|
|
"broccoli-funnel": "^1.0.1",
|
2016-01-03 07:01:31 +00:00
|
|
|
"broccoli-slow-trees": "1.x.x",
|
2015-04-06 20:30:35 +00:00
|
|
|
"broccoli-stew": "^0.2.1",
|
|
|
|
|
"broccoli-writer": "^0.1.1",
|
2015-06-23 22:26:51 +00:00
|
|
|
"browserify": "^10.2.4",
|
2015-10-27 14:52:08 +00:00
|
|
|
"browserstacktunnel-wrapper": "^1.4.2",
|
2014-12-04 14:02:03 +00:00
|
|
|
"canonical-path": "0.0.2",
|
2015-09-25 22:26:31 +00:00
|
|
|
"chokidar": "^1.1.0",
|
2015-10-20 09:10:31 +00:00
|
|
|
"clang-format": "^1.0.32",
|
2015-07-29 20:44:39 +00:00
|
|
|
"conventional-changelog": "^0.2.1",
|
2015-06-01 20:40:31 +00:00
|
|
|
"firefox-profile": "^0.3.4",
|
2016-01-03 04:05:56 +00:00
|
|
|
"fs-extra": "^0.26.3",
|
2015-01-02 10:58:34 +00:00
|
|
|
"glob": "^4.0.6",
|
2014-11-11 16:37:19 +00:00
|
|
|
"gulp": "^3.8.8",
|
2015-10-30 17:10:23 +00:00
|
|
|
"gulp-autoprefixer": "^3.1.0",
|
2015-11-05 03:06:03 +00:00
|
|
|
"gulp-clang-format": "^1.0.23",
|
2015-03-23 20:18:05 +00:00
|
|
|
"gulp-concat": "^2.5.2",
|
2016-01-03 16:44:31 +00:00
|
|
|
"gulp-connect": "^2.3.1",
|
2015-11-15 10:27:59 +00:00
|
|
|
"gulp-gzip": "^1.2.0",
|
2015-10-30 17:10:23 +00:00
|
|
|
"gulp-insert": "^0.5.0",
|
|
|
|
|
"gulp-load-plugins": "^1.0.0",
|
2014-12-03 14:21:57 +00:00
|
|
|
"gulp-rename": "^1.2.0",
|
2015-07-09 18:26:33 +00:00
|
|
|
"gulp-replace": "^0.5.3",
|
2015-09-25 23:05:31 +00:00
|
|
|
"gulp-sass": "^2.0.4",
|
2015-10-30 17:10:23 +00:00
|
|
|
"gulp-shell": "^0.5.1",
|
|
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
|
|
|
"gulp-tslint": "^3.5.0",
|
2015-12-09 21:41:01 +00:00
|
|
|
"gulp-typescript": "^2.10.0",
|
2015-06-09 00:15:40 +00:00
|
|
|
"gulp-uglify": "^1.2.0",
|
2015-09-09 16:31:33 +00:00
|
|
|
"hash-files": "^1.0.0",
|
2016-01-03 03:45:13 +00:00
|
|
|
"jasmine": "^2.4.1",
|
2015-06-01 20:40:31 +00:00
|
|
|
"jpm": "1.0.0",
|
2015-03-02 17:43:56 +00:00
|
|
|
"js-yaml": "^3.2.7",
|
2016-01-05 05:19:52 +00:00
|
|
|
"karma": "^0.13.17",
|
2016-01-12 06:58:59 +00:00
|
|
|
"karma-browserstack-launcher": "^0.1.9",
|
2015-09-25 22:26:31 +00:00
|
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
|
|
|
"karma-dart": "^0.3.0",
|
2015-09-10 16:32:28 +00:00
|
|
|
"karma-jasmine": "^0.3.6",
|
2016-01-02 08:39:11 +00:00
|
|
|
"karma-sauce-launcher": "^0.3.0",
|
2015-11-23 22:58:18 +00:00
|
|
|
"karma-sourcemap-loader": "^0.3.6",
|
2016-01-03 06:07:38 +00:00
|
|
|
"lodash": "^3.10.1",
|
2015-11-04 04:23:26 +00:00
|
|
|
"madge": "0.5.0",
|
2015-01-02 10:58:34 +00:00
|
|
|
"merge": "^1.2.0",
|
2015-04-24 22:59:13 +00:00
|
|
|
"merge2": "^0.3.5",
|
2016-01-03 18:01:43 +00:00
|
|
|
"minimatch": "^3.0.0",
|
2016-01-03 03:56:03 +00:00
|
|
|
"minimist": "^1.2.0",
|
2016-01-03 04:18:20 +00:00
|
|
|
"mock-fs": "^3.6.0",
|
2015-07-09 18:26:33 +00:00
|
|
|
"node-uuid": "1.4.x",
|
2015-07-20 22:54:30 +00:00
|
|
|
"on-headers": "^1.0.0",
|
2015-03-01 21:17:36 +00:00
|
|
|
"parse5": "1.3.2",
|
2016-01-02 10:06:57 +00:00
|
|
|
"protractor": "^3.0.0",
|
2016-01-03 17:26:30 +00:00
|
|
|
"proxy-middleware": "^0.15.0",
|
2015-02-04 22:59:12 +00:00
|
|
|
"q": "^1.0.1",
|
2015-10-13 22:10:20 +00:00
|
|
|
"react": "^0.14.0",
|
2015-05-14 02:58:40 +00:00
|
|
|
"rewire": "^2.3.3",
|
2015-05-13 15:29:30 +00:00
|
|
|
"run-sequence": "^1.1.0",
|
2015-10-07 04:00:26 +00:00
|
|
|
"selenium-webdriver": "^2.47.0",
|
2016-01-03 17:58:55 +00:00
|
|
|
"semver": "^5.1.0",
|
2015-04-16 03:36:02 +00:00
|
|
|
"sorted-object": "^1.0.0",
|
2015-02-11 22:54:59 +00:00
|
|
|
"source-map": "^0.3.0",
|
2015-11-30 13:08:22 +00:00
|
|
|
"source-map-loader": "^0.1.5",
|
2015-05-28 01:53:49 +00:00
|
|
|
"strip-ansi": "^2.0.1",
|
2015-04-24 18:00:15 +00:00
|
|
|
"symlink-or-copy": "^1.0.1",
|
2015-11-05 07:48:21 +00:00
|
|
|
"systemjs": "0.18.10",
|
2015-03-23 20:18:05 +00:00
|
|
|
"systemjs-builder": "^0.10.3",
|
2015-10-30 17:10:23 +00:00
|
|
|
"through2": "^0.6.5",
|
2016-01-27 16:47:04 +00:00
|
|
|
"ts-api-guardian": "0.0.2",
|
2016-02-11 05:25:12 +00:00
|
|
|
"ts2dart": "^0.7.22",
|
2015-09-01 16:58:36 +00:00
|
|
|
"tsd": "^0.6.5-beta",
|
2015-12-21 22:50:56 +00:00
|
|
|
"tslint": "^3.2.1",
|
2015-12-09 21:42:36 +00:00
|
|
|
"typescript": "^1.7.3",
|
2015-10-11 09:23:05 +00:00
|
|
|
"universal-analytics": "^0.3.9",
|
2015-11-16 14:59:05 +00:00
|
|
|
"webpack": "^1.12.6",
|
2015-07-09 18:26:33 +00:00
|
|
|
"which": "~1",
|
2016-01-03 17:29:02 +00:00
|
|
|
"yargs": "^3.31.0"
|
2014-09-25 21:04:46 +00:00
|
|
|
}
|
2014-09-18 21:56:38 +00:00
|
|
|
}
|