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

Side by Side Diff: package.json

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « 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": "js_facade_gen", 2 "name": "dart_js_facade_gen",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Generate Dart package:js JS Interop faces for arbitrary TypeSc ript libraries.", 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",
15 "typescript": "v1.9.0-dev.20160409" 15 "typescript": "v1.9.0-dev.20160409"
16 }, 16 },
17 "devDependencies": { 17 "devDependencies": {
18 "chai": "^2.1.1", 18 "chai": "^2.1.1",
19 "clang-format": "^1.0.37", 19 "clang-format": "1.0.45",
20 "fs-extra": "^0.18.0", 20 "fs-extra": "^0.18.0",
21 "gulp": "^3.8.11", 21 "gulp": "^3.8.11",
22 "gulp-clang-format": "^1.0.21", 22 "gulp-clang-format": "1.0.23",
23 "gulp-mocha": "^2.0.0", 23 "gulp-mocha": "^2.0.0",
24 "gulp-sourcemaps": "^1.5.0", 24 "gulp-sourcemaps": "^1.5.0",
25 "gulp-tslint": "^4.3.4", 25 "gulp-tslint": "4.3.5",
26 "gulp-typescript": "^2.7.6", 26 "gulp-typescript": "^2.7.6",
27 "gulp-util": "^3.0.4", 27 "gulp-util": "^3.0.4",
28 "merge2": "^0.3.1", 28 "merge2": "^0.3.1",
29 "npm-release": "^1.0.0", 29 "npm-release": "^1.0.0",
30 "temp": "^0.8.1", 30 "temp": "^0.8.1",
31 "tsd": "^0.6.0", 31 "tsd": "^0.6.0",
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/dart-lang/js_facade_gen.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 "Jacob Richman <jacobr@google.com> (https://www.dartlang.org/)" 49 "Jacob Richman <jacobr@google.com> (https://www.dartlang.org/)"
kevmoo 2016/10/14 17:02:32 Make this "Dart Team <misc@dartlang.org>" – or doe
50 ], 50 ],
51 "license": "Apache-2.0", 51 "license": "Apache-2.0",
52 "bugs": { 52 "bugs": {
53 "url": "https://github.com/dart-lang/js_facade_gen/issues" 53 "url": "https://github.com/dart-lang/js_facade_gen/issues"
54 }, 54 },
55 "homepage": "https://github.com/dart-lang/js_facade_gen" 55 "homepage": "https://github.com/dart-lang/js_facade_gen"
56 } 56 }
OLDNEW
« no previous file with comments | « lib/type.ts ('k') | test/call_test.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698