Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Side by Side Diff: package.json

Issue 2225953002: Strip more unused features. (Closed) Base URL: git@github.com:dart-lang/js_facade_gen.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« README.md ('K') | « lib/type.ts ('k') | test/call_test.ts » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "ts2dart", 2 "name": "js_facade_gen",
3 "version": "0.9.1-1", 3 "version": "0.0.1",
4 "description": "Transpile TypeScript code to Dart", 4 "description": "Generate Dart package:js JS Interop faces for arbitrary TypeSc ript libraries.",
5 "main": "build/lib/main.js", 5 "main": "build/lib/main.js",
6 "typings": "build/definitions/main.d.ts", 6 "typings": "build/definitions/main.d.ts",
7 "directories": { 7 "directories": {
8 "test": "test" 8 "test": "test"
9 }, 9 },
10 "dependencies": { 10 "dependencies": {
11 "dart-style": "^0.2.7", 11 "dart-style": "^0.2.7",
12 "minimist": "^1.1.1", 12 "minimist": "^1.1.1",
13 "source-map": "^0.4.2", 13 "source-map": "^0.4.2",
14 "source-map-support": "^0.3.1", 14 "source-map-support": "^0.3.1",
(...skipping 17 matching lines...) Expand all
32 "tslint": "^3.7.1", 32 "tslint": "^3.7.1",
33 "which": "^1.0.9" 33 "which": "^1.0.9"
34 }, 34 },
35 "scripts": { 35 "scripts": {
36 "prepublish": "npm install tsd@^0.6.0 && tsd reinstall --overwrite && gulp c ompile", 36 "prepublish": "npm install tsd@^0.6.0 && tsd reinstall --overwrite && gulp c ompile",
37 "test": "gulp test", 37 "test": "gulp test",
38 "release": "npm-release" 38 "release": "npm-release"
39 }, 39 },
40 "repository": { 40 "repository": {
41 "type": "git", 41 "type": "git",
42 "url": "https://github.com/angular/ts2dart.git" 42 "url": "https://github.com/dart-lang/js_facade_gen.git"
43 }, 43 },
44 "keywords": [ 44 "keywords": [
45 "typescript", 45 "typescript",
46 "dart" 46 "dart"
47 ], 47 ],
48 "contributors": [ 48 "contributors": [
49 "Alex Eagle <alexeagle@google.com> (https://angularjs.org/)", 49 "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
50 "Martin Probst <martinprobst@google.com> (https://angularjs.org/)"
51 ], 50 ],
52 "license": "Apache-2.0", 51 "license": "Apache-2.0",
53 "bugs": { 52 "bugs": {
54 "url": "https://github.com/angular/ts2dart/issues" 53 "url": "https://github.com/dart-lang/js_facade_gen/issues"
55 }, 54 },
56 "homepage": "https://github.com/angular/ts2dart" 55 "homepage": "https://github.com/dart-lang/js_facade_gen"
57 } 56 }
OLDNEW
« README.md ('K') | « lib/type.ts ('k') | test/call_test.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698