angular-cn/modules/angular2/package.json

31 lines
887 B
JSON

{
"name": "angular2",
"version": "2.0.0-alpha.1",
"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",
"dependencies": {
"zone": "0.4.*",
"rtts-assert": "2.0.0-alpha.1"
},
"devDependencies": {
"yargs": "2.3.*",
"gulp-sourcemaps": "1.3.*",
"gulp-traceur": "0.16.*",
"gulp": "^3.8.8",
"gulp-rename": "^1.2.0",
"through2": "^0.6.1"
}
}