2014-09-18 14:56:38 -07:00
|
|
|
{
|
|
|
|
"name": "angular",
|
2015-04-13 16:15:12 -07:00
|
|
|
"version": "2.0.0-alpha.19",
|
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",
|
|
|
|
"contributors": {
|
|
|
|
"Alex Eagle": "alexeagle@google.com",
|
|
|
|
"Chirayu Krishnappa": "chirayu@google.com",
|
|
|
|
"Jeff Cross": "crossj@google.com",
|
|
|
|
"Misko Hevery": "misko@google.com",
|
|
|
|
"Rado Kirov": "radokirov@google.com",
|
|
|
|
"Tobias Bosch": "tbosch@google.com",
|
|
|
|
"Victor Savkin": "vsavkin@google.com",
|
|
|
|
"Yegor Jbanov": "yjbanov@google.com"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2015-01-24 10:50:18 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
2014-09-18 14:56:38 -07:00
|
|
|
"scripts": {
|
2015-04-10 16:45:24 -07:00
|
|
|
"preinstall": "npm install tsd && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
|
2015-03-19 11:36:27 -07:00
|
|
|
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart",
|
|
|
|
"test": "gulp test.all.js && gulp test.all.dart"
|
2014-09-18 14:56:38 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-12-03 15:21:57 +01:00
|
|
|
"es6-module-loader": "^0.9.2",
|
2015-04-06 13:30:35 -07:00
|
|
|
"fs-extra": "^0.18.0",
|
2015-04-02 19:53:11 -07:00
|
|
|
"googleapis": "1.0.x",
|
|
|
|
"gulp-insert": "^0.4.0",
|
|
|
|
"gulp-modify": "0.0.4",
|
|
|
|
"gulp-replace": "^0.5.3",
|
|
|
|
"node-uuid": "1.4.x",
|
2015-04-06 16:43:53 -07:00
|
|
|
"rx": "2.5.1",
|
2015-04-02 19:53:11 -07:00
|
|
|
"selenium-webdriver": "2.45.1",
|
|
|
|
"systemjs": "^0.9.1",
|
2015-03-24 11:01:26 -04:00
|
|
|
"traceur": "0.0.87",
|
2014-12-05 18:30:45 -08:00
|
|
|
"which": "~1",
|
2015-04-02 19:53:11 -07:00
|
|
|
"zone.js": "0.4.2"
|
2014-11-11 14:37:19 -02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-04 14:59:12 -08:00
|
|
|
"angular": "1.3.5",
|
2014-12-04 14:02:03 +00:00
|
|
|
"bower": "^1.3.12",
|
2015-04-06 13:30:35 -07:00
|
|
|
"broccoli": "^0.15.3",
|
2015-04-13 09:52:02 -07:00
|
|
|
"broccoli-filter": "^0.1.12",
|
2015-04-08 08:28:12 -07:00
|
|
|
"broccoli-flatten": "^0.1.1",
|
2015-04-09 12:48:51 -07:00
|
|
|
"broccoli-funnel": "igorminar/broccoli-funnel#perf-files",
|
2015-04-09 15:56:54 -07:00
|
|
|
"broccoli-lodash": "^0.1.1",
|
2015-04-08 08:28:12 -07:00
|
|
|
"broccoli-merge-trees": "^0.2.1",
|
2015-04-08 08:28:12 -07:00
|
|
|
"broccoli-replace": "alexeagle/broccoli-replace#angular_patch",
|
|
|
|
"broccoli-slow-trees": "^1.1.0",
|
2015-04-06 13:30:35 -07:00
|
|
|
"broccoli-stew": "^0.2.1",
|
|
|
|
"broccoli-writer": "^0.1.1",
|
2014-12-04 14:02:03 +00:00
|
|
|
"canonical-path": "0.0.2",
|
2015-03-19 11:35:48 +01:00
|
|
|
"css": "mlaval/css#issue65",
|
2015-01-02 11:58:34 +01: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-01-02 11:58:34 +01:00
|
|
|
"event-stream": "^3.1.5",
|
2015-03-06 11:46:33 -08:00
|
|
|
"fs-extra": "^0.16.4",
|
2015-01-02 11:58:34 +01:00
|
|
|
"glob": "^4.0.6",
|
2014-11-11 14:37:19 -02:00
|
|
|
"gulp": "^3.8.8",
|
|
|
|
"gulp-changed": "^1.0.0",
|
2015-04-01 10:45:56 -07:00
|
|
|
"gulp-clang-format": "^1.0.3",
|
2015-03-23 13:18:05 -07:00
|
|
|
"gulp-concat": "^2.5.2",
|
2015-01-02 11:58:34 +01:00
|
|
|
"gulp-connect": "~1.0.5",
|
2014-12-04 14:02:03 +00:00
|
|
|
"gulp-jasmine": "^1.0.1",
|
2014-11-11 14:37:19 -02:00
|
|
|
"gulp-load-plugins": "^0.7.1",
|
2014-12-03 15:21:57 +01:00
|
|
|
"gulp-rename": "^1.2.0",
|
2014-12-04 14:02:03 +00:00
|
|
|
"gulp-shell": "^0.2.10",
|
2015-02-10 15:18:16 -08:00
|
|
|
"gulp-sourcemaps": "1.3.*",
|
|
|
|
"gulp-template": "^3.0.0",
|
2015-03-24 11:01:26 -04:00
|
|
|
"gulp-traceur": "0.17.*",
|
2015-03-31 19:56:50 -07:00
|
|
|
"gulp-typescript": "ivogabe/gulp-typescript#3422fbff06532ccc57368f3b4c8801de8f72ef27",
|
2014-12-04 14:02:03 +00:00
|
|
|
"gulp-webserver": "^0.8.7",
|
2015-03-02 09:43:56 -08:00
|
|
|
"js-yaml": "^3.2.7",
|
2015-01-02 11:58:34 +01:00
|
|
|
"karma": "^0.12.23",
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
|
|
"karma-cli": "^0.0.4",
|
|
|
|
"karma-dart": "^0.2.8",
|
|
|
|
"karma-jasmine": "^0.2.2",
|
2015-02-04 14:59:12 -08:00
|
|
|
"lodash": "^2.4.1",
|
2015-04-02 16:22:19 +02:00
|
|
|
"madge": "^0.5.0",
|
2015-01-02 11:58:34 +01:00
|
|
|
"merge": "^1.2.0",
|
2014-12-05 16:26:30 -08:00
|
|
|
"minimatch": "^2.0.1",
|
2015-02-04 14:59:12 -08:00
|
|
|
"minimist": "1.1.x",
|
2015-03-01 22:17:36 +01:00
|
|
|
"parse5": "1.3.2",
|
2015-03-25 17:17:04 -07:00
|
|
|
"protractor": "2.0.0",
|
2015-02-04 14:59:12 -08:00
|
|
|
"q": "^1.0.1",
|
2015-01-02 11:58:34 +01:00
|
|
|
"run-sequence": "^0.3.6",
|
2015-02-11 14:54:59 -08:00
|
|
|
"source-map": "^0.3.0",
|
2015-02-04 14:59:12 -08:00
|
|
|
"sprintf-js": "1.0.*",
|
2015-03-23 13:18:05 -07:00
|
|
|
"systemjs-builder": "^0.10.3",
|
2015-03-02 15:15:36 -08:00
|
|
|
"temp": "^0.8.1",
|
2015-02-23 17:56:47 -08:00
|
|
|
"ternary-stream": "^1.2.3",
|
2015-02-10 15:18:16 -08:00
|
|
|
"through2": "^0.6.1",
|
2015-04-10 14:30:35 -07:00
|
|
|
"ts2dart": "^0.3.0",
|
2015-04-13 09:52:02 -07:00
|
|
|
"typescript": "alexeagle/TypeScript#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823",
|
2015-03-02 15:15:36 -08:00
|
|
|
"vinyl": "^0.4.6",
|
2015-04-06 13:30:35 -07:00
|
|
|
"walk-sync": "^0.1.3",
|
|
|
|
"xtend": "^4.0.0",
|
2015-02-10 15:18:16 -08:00
|
|
|
"yargs": "2.3.*"
|
2014-09-25 14:04:46 -07:00
|
|
|
}
|
2014-09-18 14:56:38 -07:00
|
|
|
}
|