2014-09-18 17:56:38 -04:00
|
|
|
{
|
|
|
|
"name": "angular",
|
2015-10-13 18:58:13 -04:00
|
|
|
"version": "2.0.0-alpha.42",
|
2015-05-19 17:29:34 -04:00
|
|
|
"branchPattern": "2.0.*",
|
2015-02-10 18:18:16 -05: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 18:44:19 -04:00
|
|
|
"contributors": [
|
|
|
|
"Alex Eagle <alexeagle@google.com>",
|
|
|
|
"Chirayu Krishnappa <chirayu@google.com>",
|
|
|
|
"Jeff Cross <crossj@google.com>",
|
2015-06-10 15:02:43 -04:00
|
|
|
"Matias Niemela <matsko@google.com>",
|
2015-05-04 18:44:19 -04:00
|
|
|
"Misko Hevery <misko@google.com>",
|
|
|
|
"Rado Kirov <radokirov@google.com>",
|
|
|
|
"Tobias Bosch <tbosch@google.com>",
|
|
|
|
"Victor Savkin <vsavkin@google.com>",
|
2015-06-18 19:07:35 -04:00
|
|
|
"Yegor Jbanov <yjbanov@google.com>",
|
|
|
|
"Jeremy Elbourn <jelbourn@google.com>"
|
2015-05-04 18:44:19 -04:00
|
|
|
],
|
2015-02-10 18:18:16 -05:00
|
|
|
"license": "Apache-2.0",
|
2015-01-24 13:50:18 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
2014-09-18 17:56:38 -04:00
|
|
|
"scripts": {
|
2015-06-06 02:37:09 -04:00
|
|
|
"preinstall": "node tools/npm/check-node-modules --purge",
|
2015-09-27 19:12:23 -04:00
|
|
|
"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",
|
2015-03-19 14:36:27 -04:00
|
|
|
"test": "gulp test.all.js && gulp test.all.dart"
|
2014-09-18 17:56:38 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-11 18:38:09 -04:00
|
|
|
"@reactivex/rxjs": "0.0.0-prealpha.3",
|
2015-09-04 03:40:49 -04:00
|
|
|
"reflect-metadata": "0.1.1",
|
2015-10-06 13:41:46 -04:00
|
|
|
"zone.js": "0.5.8"
|
2014-11-11 11:37:19 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-04 17:59:12 -05:00
|
|
|
"angular": "1.3.5",
|
2015-08-20 16:19:34 -04:00
|
|
|
"angular-animate": "1.3.5",
|
|
|
|
"angular-mocks": "1.3.5",
|
2015-07-31 13:33:22 -04:00
|
|
|
"base64-js": "^0.0.8",
|
2014-12-04 09:02:03 -05:00
|
|
|
"bower": "^1.3.12",
|
2015-04-06 16:30:35 -04:00
|
|
|
"broccoli": "^0.15.3",
|
2015-04-13 12:52:02 -04:00
|
|
|
"broccoli-filter": "^0.1.12",
|
2015-04-08 11:28:12 -04:00
|
|
|
"broccoli-flatten": "^0.1.1",
|
2015-04-09 15:48:51 -04:00
|
|
|
"broccoli-funnel": "igorminar/broccoli-funnel#perf-files",
|
2015-04-09 18:56:54 -04:00
|
|
|
"broccoli-lodash": "^0.1.1",
|
2015-04-08 11:28:12 -04:00
|
|
|
"broccoli-merge-trees": "^0.2.1",
|
2015-04-08 11:28:12 -04:00
|
|
|
"broccoli-slow-trees": "^1.1.0",
|
2015-04-06 16:30:35 -04:00
|
|
|
"broccoli-stew": "^0.2.1",
|
|
|
|
"broccoli-writer": "^0.1.1",
|
2015-06-23 18:26:51 -04:00
|
|
|
"browserify": "^10.2.4",
|
2014-12-04 09:02:03 -05:00
|
|
|
"canonical-path": "0.0.2",
|
2015-09-25 18:26:31 -04:00
|
|
|
"chokidar": "^1.1.0",
|
2015-06-25 19:21:43 -04:00
|
|
|
"clang-format": "^1.0.25",
|
2015-07-29 16:44:39 -04:00
|
|
|
"conventional-changelog": "^0.2.1",
|
2015-03-19 06:35:48 -04:00
|
|
|
"css": "mlaval/css#issue65",
|
2015-01-02 05:58:34 -05:00
|
|
|
"del": "~1",
|
2014-12-04 09:02:03 -05:00
|
|
|
"dgeni": "^0.4.1",
|
2015-03-13 16:49:28 -04:00
|
|
|
"dgeni-packages": "^0.10.11",
|
2015-09-11 19:00:26 -04:00
|
|
|
"es6-shim": "^0.33.3",
|
2015-01-02 05:58:34 -05:00
|
|
|
"event-stream": "^3.1.5",
|
2015-06-01 16:40:31 -04:00
|
|
|
"firefox-profile": "^0.3.4",
|
2015-04-15 23:58:06 -04:00
|
|
|
"fs-extra": "^0.18.0",
|
2015-01-02 05:58:34 -05:00
|
|
|
"glob": "^4.0.6",
|
2015-07-09 14:26:33 -04:00
|
|
|
"googleapis": "1.0.x",
|
2014-11-11 11:37:19 -05:00
|
|
|
"gulp": "^3.8.8",
|
2015-02-17 14:56:24 -05:00
|
|
|
"gulp-autoprefixer": "^2.1.0",
|
2014-11-11 11:37:19 -05:00
|
|
|
"gulp-changed": "^1.0.0",
|
2015-05-22 12:56:31 -04:00
|
|
|
"gulp-clang-format": "^1.0.14",
|
2015-03-23 16:18:05 -04:00
|
|
|
"gulp-concat": "^2.5.2",
|
2015-01-02 05:58:34 -05:00
|
|
|
"gulp-connect": "~1.0.5",
|
2015-07-09 14:26:33 -04:00
|
|
|
"gulp-insert": "^0.4.0",
|
2014-11-11 11:37:19 -05:00
|
|
|
"gulp-load-plugins": "^0.7.1",
|
2015-07-09 14:26:33 -04:00
|
|
|
"gulp-modify": "0.0.5",
|
2014-12-03 09:21:57 -05:00
|
|
|
"gulp-rename": "^1.2.0",
|
2015-07-09 14:26:33 -04:00
|
|
|
"gulp-replace": "^0.5.3",
|
2015-09-25 19:05:31 -04:00
|
|
|
"gulp-sass": "^2.0.4",
|
2014-12-04 09:02:03 -05:00
|
|
|
"gulp-shell": "^0.2.10",
|
2015-02-10 18:18:16 -05:00
|
|
|
"gulp-sourcemaps": "1.3.*",
|
|
|
|
"gulp-template": "^3.0.0",
|
2015-03-24 11:01:26 -04:00
|
|
|
"gulp-traceur": "0.17.*",
|
2015-09-23 18:02:37 -04:00
|
|
|
"gulp-tslint": "^3.3.0-beta",
|
2015-09-25 15:58:00 -04:00
|
|
|
"gulp-typescript": "^2.9.0",
|
2015-06-08 20:15:40 -04:00
|
|
|
"gulp-uglify": "^1.2.0",
|
2014-12-04 09:02:03 -05:00
|
|
|
"gulp-webserver": "^0.8.7",
|
2015-09-09 12:31:33 -04:00
|
|
|
"hash-files": "^1.0.0",
|
2015-04-25 17:29:20 -04:00
|
|
|
"html2jade": "^0.8.3",
|
|
|
|
"indent-string": "^1.2.1",
|
2015-05-20 19:07:47 -04:00
|
|
|
"jasmine": "2.3.1",
|
|
|
|
"jasmine-core": "2.3.4",
|
2015-06-01 16:40:31 -04:00
|
|
|
"jpm": "1.0.0",
|
2015-04-25 17:29:20 -04:00
|
|
|
"js-beautify": "^1.5.5",
|
2015-03-02 12:43:56 -05:00
|
|
|
"js-yaml": "^3.2.7",
|
2015-09-25 18:26:31 -04:00
|
|
|
"karma": "^0.13.10",
|
|
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
|
|
"karma-cli": "^0.1.0",
|
|
|
|
"karma-dart": "^0.3.0",
|
2015-09-10 12:32:28 -04:00
|
|
|
"karma-jasmine": "^0.3.6",
|
2015-09-25 18:26:31 -04:00
|
|
|
"karma-sauce-launcher": "^0.2.14",
|
2015-02-04 17:59:12 -05:00
|
|
|
"lodash": "^2.4.1",
|
2015-04-02 10:22:19 -04:00
|
|
|
"madge": "^0.5.0",
|
2015-04-25 17:29:20 -04:00
|
|
|
"marked": "^0.3.3",
|
2015-01-02 05:58:34 -05:00
|
|
|
"merge": "^1.2.0",
|
2015-04-24 18:59:13 -04:00
|
|
|
"merge2": "^0.3.5",
|
2014-12-05 19:26:30 -05:00
|
|
|
"minimatch": "^2.0.1",
|
2015-02-04 17:59:12 -05:00
|
|
|
"minimist": "1.1.x",
|
2015-04-24 13:15:52 -04:00
|
|
|
"mock-fs": "^2.5.0",
|
2015-04-25 17:29:20 -04:00
|
|
|
"node-html-encoder": "0.0.2",
|
2015-07-09 14:26:33 -04:00
|
|
|
"node-uuid": "1.4.x",
|
2015-07-20 18:54:30 -04:00
|
|
|
"on-headers": "^1.0.0",
|
2015-03-01 16:17:36 -05:00
|
|
|
"parse5": "1.3.2",
|
2015-10-07 00:00:26 -04:00
|
|
|
"protractor": "^2.5.0",
|
2015-07-20 18:54:30 -04:00
|
|
|
"proxy-middleware": "^0.13.0",
|
2015-02-04 17:59:12 -05:00
|
|
|
"q": "^1.0.1",
|
2015-04-29 21:11:56 -04:00
|
|
|
"react": "^0.13.2",
|
2015-05-13 22:58:40 -04:00
|
|
|
"rewire": "^2.3.3",
|
2015-05-13 11:29:30 -04:00
|
|
|
"run-sequence": "^1.1.0",
|
2015-10-07 00:00:26 -04:00
|
|
|
"selenium-webdriver": "^2.47.0",
|
2015-05-08 01:37:35 -04:00
|
|
|
"semver": "^4.3.4",
|
2015-05-19 17:29:34 -04:00
|
|
|
"shelljs": "^0.5.0",
|
2015-04-15 23:36:02 -04:00
|
|
|
"sorted-object": "^1.0.0",
|
2015-02-11 17:54:59 -05:00
|
|
|
"source-map": "^0.3.0",
|
2015-02-04 17:59:12 -05:00
|
|
|
"sprintf-js": "1.0.*",
|
2015-04-25 17:29:20 -04:00
|
|
|
"string": "^3.1.1",
|
2015-05-27 21:53:49 -04:00
|
|
|
"strip-ansi": "^2.0.1",
|
2015-04-24 14:00:15 -04:00
|
|
|
"symlink-or-copy": "^1.0.1",
|
2015-08-17 14:59:49 -04:00
|
|
|
"systemjs": "^0.18.10",
|
2015-03-23 16:18:05 -04:00
|
|
|
"systemjs-builder": "^0.10.3",
|
2015-03-02 18:15:36 -05:00
|
|
|
"temp": "^0.8.1",
|
2015-02-23 20:56:47 -05:00
|
|
|
"ternary-stream": "^1.2.3",
|
2015-02-10 18:18:16 -05:00
|
|
|
"through2": "^0.6.1",
|
2015-10-09 12:28:12 -04:00
|
|
|
"ts2dart": "^0.7.12",
|
2015-09-01 12:58:36 -04:00
|
|
|
"tsd": "^0.6.5-beta",
|
2015-09-25 15:58:00 -04:00
|
|
|
"tslint": "^2.5.0",
|
|
|
|
"typescript": "^1.6.2",
|
2015-10-11 05:23:05 -04:00
|
|
|
"universal-analytics": "^0.3.9",
|
2015-03-02 18:15:36 -05:00
|
|
|
"vinyl": "^0.4.6",
|
2015-04-06 16:30:35 -04:00
|
|
|
"walk-sync": "^0.1.3",
|
2015-07-09 14:26:33 -04:00
|
|
|
"which": "~1",
|
2015-04-06 16:30:35 -04:00
|
|
|
"xtend": "^4.0.0",
|
2015-02-10 18:18:16 -05:00
|
|
|
"yargs": "2.3.*"
|
2014-09-25 17:04:46 -04:00
|
|
|
}
|
2014-09-18 17:56:38 -04:00
|
|
|
}
|