feat(build): add package.json and README.md for publishing to npm
This commit is contained in:
12
modules/angular2/README.md
Normal file
12
modules/angular2/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
Angular2
|
||||
=========
|
||||
|
||||
The sources for this package are in the main [Angular2](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. This is the repository for the upcoming 2.0 version. If you're looking for the current official version of Angular you should go to [angular/angular.js](https://github.com/angular/angular.js)
|
||||
|
||||
All sources are in ES6 format and have the suffix `.es6`. They don't depend on any runtime
|
||||
and can be used by any modern ES6 -> ES5 transpiler.
|
||||
|
||||
As a convenience, we provide you with `es5build.js`, a script to transpile the sources into es5
|
||||
using [Google Traceur](https://github.com/google/traceur-compiler/).
|
||||
|
||||
License: Apache MIT 2.0
|
30
modules/angular2/package.json
Normal file
30
modules/angular2/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user