2014-09-18 21:56:38 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular",
|
2015-08-31 19:31:31 +00:00
|
|
|
"version": "2.0.0-alpha.36",
|
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
|
|
|
],
|
2015-02-10 23:18:16 +00:00
|
|
|
"license": "Apache-2.0",
|
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-06-06 06:37:09 +00:00
|
|
|
"preinstall": "node tools/npm/check-node-modules --purge",
|
2015-06-17 22:06:57 +00:00
|
|
|
"postinstall": "node tools/npm/copy-npm-shrinkwrap && node tools/chromedriverpatch.js && webdriver-manager update && bower install && gulp pubget.dart && tsd reinstall --overwrite --config modules/angular2/tsd.json && tsd reinstall --overwrite --config tools/tsd.json",
|
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-05-27 16:15:52 +00:00
|
|
|
"reflect-metadata": "0.1.0",
|
2015-04-06 23:43:53 +00:00
|
|
|
"rx": "2.5.1",
|
2015-03-24 15:01:26 +00:00
|
|
|
"traceur": "0.0.87",
|
2015-08-31 22:37:09 +00:00
|
|
|
"zone.js": "0.5.4"
|
2014-11-11 16:37:19 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2015-02-04 22:59:12 +00:00
|
|
|
"angular": "1.3.5",
|
2015-08-20 20:19:34 +00:00
|
|
|
"angular-animate": "1.3.5",
|
|
|
|
|
"angular-mocks": "1.3.5",
|
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",
|
2015-04-06 20:30:35 +00:00
|
|
|
"broccoli": "^0.15.3",
|
2015-04-13 16:52:02 +00:00
|
|
|
"broccoli-filter": "^0.1.12",
|
2015-04-08 15:28:12 +00:00
|
|
|
"broccoli-flatten": "^0.1.1",
|
2015-04-09 19:48:51 +00:00
|
|
|
"broccoli-funnel": "igorminar/broccoli-funnel#perf-files",
|
2015-04-09 22:56:54 +00:00
|
|
|
"broccoli-lodash": "^0.1.1",
|
2015-04-08 15:28:12 +00:00
|
|
|
"broccoli-merge-trees": "^0.2.1",
|
2015-04-08 15:28:12 +00:00
|
|
|
"broccoli-slow-trees": "^1.1.0",
|
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",
|
2014-12-04 14:02:03 +00:00
|
|
|
"canonical-path": "0.0.2",
|
2015-05-12 22:15:49 +00:00
|
|
|
"chokidar": "^1.0.1",
|
2015-06-25 23:21:43 +00:00
|
|
|
"clang-format": "^1.0.25",
|
2015-07-29 20:44:39 +00:00
|
|
|
"conventional-changelog": "^0.2.1",
|
2015-03-19 10:35:48 +00:00
|
|
|
"css": "mlaval/css#issue65",
|
2015-01-02 10:58:34 +00:00
|
|
|
"del": "~1",
|
2014-12-04 14:02:03 +00:00
|
|
|
"dgeni": "^0.4.1",
|
2015-03-13 20:49:28 +00:00
|
|
|
"dgeni-packages": "^0.10.11",
|
2015-07-09 18:26:33 +00:00
|
|
|
"es6-module-loader": "^0.9.2",
|
2015-01-02 10:58:34 +00:00
|
|
|
"event-stream": "^3.1.5",
|
2015-06-01 20:40:31 +00:00
|
|
|
"firefox-profile": "^0.3.4",
|
2015-04-16 03:58:06 +00:00
|
|
|
"fs-extra": "^0.18.0",
|
2015-01-02 10:58:34 +00:00
|
|
|
"glob": "^4.0.6",
|
2015-07-09 18:26:33 +00:00
|
|
|
"googleapis": "1.0.x",
|
2014-11-11 16:37:19 +00:00
|
|
|
"gulp": "^3.8.8",
|
2015-02-17 19:56:24 +00:00
|
|
|
"gulp-autoprefixer": "^2.1.0",
|
2014-11-11 16:37:19 +00:00
|
|
|
"gulp-changed": "^1.0.0",
|
2015-05-22 16:56:31 +00:00
|
|
|
"gulp-clang-format": "^1.0.14",
|
2015-03-23 20:18:05 +00:00
|
|
|
"gulp-concat": "^2.5.2",
|
2015-01-02 10:58:34 +00:00
|
|
|
"gulp-connect": "~1.0.5",
|
2015-07-09 18:26:33 +00:00
|
|
|
"gulp-insert": "^0.4.0",
|
2014-11-11 16:37:19 +00:00
|
|
|
"gulp-load-plugins": "^0.7.1",
|
2015-07-09 18:26:33 +00:00
|
|
|
"gulp-modify": "0.0.5",
|
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-02-17 19:56:24 +00:00
|
|
|
"gulp-sass": "^1.3.3",
|
2014-12-04 14:02:03 +00:00
|
|
|
"gulp-shell": "^0.2.10",
|
2015-02-10 23:18:16 +00:00
|
|
|
"gulp-sourcemaps": "1.3.*",
|
|
|
|
|
"gulp-template": "^3.0.0",
|
2015-03-24 15:01:26 +00:00
|
|
|
"gulp-traceur": "0.17.*",
|
2015-06-24 22:36:16 +00:00
|
|
|
"gulp-tslint": "^3.1.0-beta",
|
2015-05-04 21:17:01 +00:00
|
|
|
"gulp-typescript": "^2.6.0",
|
2015-06-09 00:15:40 +00:00
|
|
|
"gulp-uglify": "^1.2.0",
|
2014-12-04 14:02:03 +00:00
|
|
|
"gulp-webserver": "^0.8.7",
|
2015-04-25 21:29:20 +00:00
|
|
|
"html2jade": "^0.8.3",
|
|
|
|
|
"indent-string": "^1.2.1",
|
2015-05-20 23:07:47 +00:00
|
|
|
"jasmine": "2.3.1",
|
|
|
|
|
"jasmine-core": "2.3.4",
|
2015-06-01 20:40:31 +00:00
|
|
|
"jpm": "1.0.0",
|
2015-04-25 21:29:20 +00:00
|
|
|
"js-beautify": "^1.5.5",
|
2015-03-02 17:43:56 +00:00
|
|
|
"js-yaml": "^3.2.7",
|
2015-01-02 10:58:34 +00:00
|
|
|
"karma": "^0.12.23",
|
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
|
|
|
"karma-cli": "^0.0.4",
|
|
|
|
|
"karma-dart": "^0.2.8",
|
2015-05-20 23:07:47 +00:00
|
|
|
"karma-jasmine": "^0.3.5",
|
2015-06-04 10:34:43 +00:00
|
|
|
"karma-sauce-launcher": "^0.2.11",
|
2015-02-04 22:59:12 +00:00
|
|
|
"lodash": "^2.4.1",
|
2015-04-02 14:22:19 +00:00
|
|
|
"madge": "^0.5.0",
|
2015-04-25 21:29:20 +00:00
|
|
|
"marked": "^0.3.3",
|
2015-01-02 10:58:34 +00:00
|
|
|
"merge": "^1.2.0",
|
2015-04-24 22:59:13 +00:00
|
|
|
"merge2": "^0.3.5",
|
2014-12-06 00:26:30 +00:00
|
|
|
"minimatch": "^2.0.1",
|
2015-02-04 22:59:12 +00:00
|
|
|
"minimist": "1.1.x",
|
2015-04-24 17:15:52 +00:00
|
|
|
"mock-fs": "^2.5.0",
|
2015-04-25 21:29:20 +00:00
|
|
|
"node-html-encoder": "0.0.2",
|
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",
|
2015-05-20 21:17:09 +00:00
|
|
|
"protractor": "2.1.0",
|
2015-07-20 22:54:30 +00:00
|
|
|
"proxy-middleware": "^0.13.0",
|
2015-02-04 22:59:12 +00:00
|
|
|
"q": "^1.0.1",
|
2015-04-30 01:11:56 +00:00
|
|
|
"react": "^0.13.2",
|
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-07-09 18:26:33 +00:00
|
|
|
"selenium-webdriver": "2.45.1",
|
2015-05-08 05:37:35 +00:00
|
|
|
"semver": "^4.3.4",
|
2015-05-19 21:29:34 +00:00
|
|
|
"shelljs": "^0.5.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-02-04 22:59:12 +00:00
|
|
|
"sprintf-js": "1.0.*",
|
2015-04-25 21:29:20 +00:00
|
|
|
"string": "^3.1.1",
|
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-08-17 18:59:49 +00:00
|
|
|
"systemjs": "^0.18.10",
|
2015-03-23 20:18:05 +00:00
|
|
|
"systemjs-builder": "^0.10.3",
|
2015-03-02 23:15:36 +00:00
|
|
|
"temp": "^0.8.1",
|
2015-02-24 01:56:47 +00:00
|
|
|
"ternary-stream": "^1.2.3",
|
2015-02-10 23:18:16 +00:00
|
|
|
"through2": "^0.6.1",
|
2015-07-17 20:29:43 +00:00
|
|
|
"ts2dart": "^0.7.0",
|
2015-06-29 22:30:48 +00:00
|
|
|
"tsd": "^0.6.3",
|
2015-07-30 03:09:54 +00:00
|
|
|
"typescript": "alexeagle/TypeScript#1.5_error_is_class",
|
2015-03-02 23:15:36 +00:00
|
|
|
"vinyl": "^0.4.6",
|
2015-04-06 20:30:35 +00:00
|
|
|
"walk-sync": "^0.1.3",
|
2015-07-09 18:26:33 +00:00
|
|
|
"which": "~1",
|
2015-04-06 20:30:35 +00:00
|
|
|
"xtend": "^4.0.0",
|
2015-02-10 23:18:16 +00:00
|
|
|
"yargs": "2.3.*"
|
2014-09-25 21:04:46 +00:00
|
|
|
}
|
2014-09-18 21:56:38 +00:00
|
|
|
}
|