feat(build): add package.json and README.md for publishing to npm

This commit is contained in:
Tobias Bosch
2015-02-10 11:06:59 -08:00
parent 69bba9b5df
commit dd532fee72
7 changed files with 166 additions and 91 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"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"
}
}