Index: package.json |
diff --git a/package.json b/package.json |
index 42c356554bf01277b09e7deab223692c4ab08faa..4c795dd9eec4b6a2deb498192b8e13208238a966 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/)" |
], |
"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" |
} |