Chromium Code Reviews| Index: package.json |
| diff --git a/package.json b/package.json |
| index 42c356554bf01277b09e7deab223692c4ab08faa..c56a04b7ad4138d188a8912816b446543b30170e 100644 |
| --- a/package.json |
| +++ b/package.json |
| @@ -1,7 +1,7 @@ |
| { |
| - "name": "ts2dart", |
| - "version": "0.9.1-1", |
| - "description": "Transpile TypeScript code to Dart", |
| + "name": "js_facade_gen", |
| + "version": "0.0.1", |
| + "description": "Generate Dart package:js JS Interop faces for arbitrary TypeScript libraries.", |
| "main": "build/lib/main.js", |
| "typings": "build/definitions/main.d.ts", |
| "directories": { |
| @@ -39,19 +39,18 @@ |
| }, |
| "repository": { |
| "type": "git", |
| - "url": "https://github.com/angular/ts2dart.git" |
| + "url": "https://github.com/dart-lang/js_facade_gen.git" |
| }, |
| "keywords": [ |
| "typescript", |
| "dart" |
| ], |
| "contributors": [ |
| - "Alex Eagle <alexeagle@google.com> (https://angularjs.org/)", |
| - "Martin Probst <martinprobst@google.com> (https://angularjs.org/)" |
| + "Jacob Richman <jacobr@google.com> (https://www.dartlang.org/)", |
|
kevmoo
2016/08/08 17:28:04
remove trailing comma
kevmoo
2016/08/08 17:28:05
Also: should we just have this be "Dart project au
|
| ], |
| "license": "Apache-2.0", |
| "bugs": { |
| - "url": "https://github.com/angular/ts2dart/issues" |
| + "url": "https://github.com/dart-lang/js_facade_gen/issues" |
| }, |
| - "homepage": "https://github.com/angular/ts2dart" |
| + "homepage": "https://github.com/dart-lang/js_facade_gen" |
| } |