2014-09-18 17:56:38 -04:00
|
|
|
{
|
|
|
|
"name": "angular",
|
2015-03-02 14:36:34 -05:00
|
|
|
"version": "2.0.0-alpha.12",
|
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",
|
|
|
|
"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 13:50:18 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
2014-09-18 17:56:38 -04:00
|
|
|
"scripts": {
|
2014-09-19 17:55:37 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2014-09-18 17:56:38 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-12-03 09:21:57 -05:00
|
|
|
"es6-module-loader": "^0.9.2",
|
|
|
|
"systemjs": "^0.9.1",
|
2015-02-06 16:38:52 -05:00
|
|
|
"traceur": "0.0.82",
|
2014-12-05 21:30:45 -05:00
|
|
|
"which": "~1",
|
2015-02-04 15:42:52 -05:00
|
|
|
"zone.js": "0.4.0",
|
2015-01-09 21:00:04 -05:00
|
|
|
"googleapis": "1.0.x",
|
2015-02-11 13:13:49 -05:00
|
|
|
"node-uuid": "1.4.x",
|
|
|
|
"selenium-webdriver": "2.x.x"
|
2014-11-11 11:37:19 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-04 17:59:12 -05:00
|
|
|
"angular": "1.3.5",
|
2014-12-04 09:02:03 -05:00
|
|
|
"bower": "^1.3.12",
|
|
|
|
"canonical-path": "0.0.2",
|
2015-01-02 05:58:34 -05:00
|
|
|
"del": "~1",
|
2014-12-04 09:02:03 -05:00
|
|
|
"dgeni": "^0.4.1",
|
2015-02-15 16:36:10 -05:00
|
|
|
"dgeni-packages": "^0.10.10",
|
2015-01-02 05:58:34 -05:00
|
|
|
"event-stream": "^3.1.5",
|
2015-03-06 14:46:33 -05:00
|
|
|
"fs-extra": "^0.16.4",
|
2015-01-02 05:58:34 -05:00
|
|
|
"glob": "^4.0.6",
|
2014-11-11 11:37:19 -05:00
|
|
|
"gulp": "^3.8.8",
|
|
|
|
"gulp-changed": "^1.0.0",
|
2015-01-02 05:58:34 -05:00
|
|
|
"gulp-connect": "~1.0.5",
|
2014-12-04 09:02:03 -05:00
|
|
|
"gulp-jasmine": "^1.0.1",
|
2014-11-11 11:37:19 -05:00
|
|
|
"gulp-load-plugins": "^0.7.1",
|
2014-12-03 09:21:57 -05:00
|
|
|
"gulp-rename": "^1.2.0",
|
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",
|
|
|
|
"gulp-traceur": "0.16.*",
|
2014-12-04 09:02:03 -05:00
|
|
|
"gulp-webserver": "^0.8.7",
|
2015-03-02 12:43:56 -05:00
|
|
|
"js-yaml": "^3.2.7",
|
2015-01-02 05:58:34 -05: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 17:59:12 -05:00
|
|
|
"lodash": "^2.4.1",
|
2015-01-02 05:58:34 -05:00
|
|
|
"merge": "^1.2.0",
|
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-02-17 16:19:19 -05:00
|
|
|
"protractor": "1.7.x",
|
2015-02-04 17:59:12 -05:00
|
|
|
"q": "^1.0.1",
|
2015-01-02 05:58:34 -05:00
|
|
|
"run-sequence": "^0.3.6",
|
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-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-03-02 18:15:36 -05:00
|
|
|
"vinyl": "^0.4.6",
|
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
|
|
|
}
|