Skip to content

Commit ffbdbf0

Browse files
committed
Correct package.json indentation
1 parent dc14ce2 commit ffbdbf0

1 file changed

Lines changed: 88 additions & 88 deletions

File tree

package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
11
{
2-
"name": "typescript",
3-
"author": "Microsoft Corp.",
4-
"homepage": "http://typescriptlang.org/",
5-
"version": "1.9.0",
6-
"license": "Apache-2.0",
7-
"description": "TypeScript is a language for application scale JavaScript development",
8-
"keywords": [
9-
"TypeScript",
10-
"Microsoft",
11-
"compiler",
12-
"language",
13-
"javascript"
14-
],
15-
"bugs": {
16-
"url": "https://github.com/Microsoft/TypeScript/issues"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/Microsoft/TypeScript.git"
21-
},
22-
"main": "./lib/typescript.js",
23-
"typings": "./lib/typescript.d.ts",
24-
"bin": {
25-
"tsc": "./bin/tsc",
26-
"tsserver": "./bin/tsserver"
27-
},
28-
"engines": {
29-
"node": ">=0.8.0"
30-
},
31-
"devDependencies": {
32-
"@types/browserify": "latest",
33-
"@types/del": "latest",
34-
"@types/glob": "latest",
35-
"@types/gulp": "latest",
36-
"@types/gulp-concat": "latest",
37-
"@types/gulp-help": "latest",
38-
"@types/gulp-sourcemaps": "latest",
39-
"@types/gulp-typescript": "latest",
40-
"@types/minimatch": "latest",
41-
"@types/minimist": "latest",
42-
"@types/mkdirp": "latest",
43-
"@types/node": "latest",
44-
"@types/q": "latest",
45-
"@types/run-sequence": "latest",
46-
"@types/through2": "latest",
47-
"browserify": "latest",
48-
"chai": "latest",
49-
"del": "latest",
50-
"gulp": "latest",
51-
"gulp-clone": "latest",
52-
"gulp-concat": "latest",
53-
"gulp-help": "latest",
54-
"gulp-insert": "latest",
55-
"gulp-sourcemaps": "latest",
56-
"gulp-typescript": "latest",
57-
"into-stream": "latest",
58-
"istanbul": "latest",
59-
"jake": "latest",
60-
"minimist": "latest",
61-
"mkdirp": "latest",
62-
"mocha": "latest",
63-
"mocha-fivemat-progress-reporter": "latest",
64-
"run-sequence": "latest",
65-
"through2": "latest",
66-
"ts-node": "latest",
67-
"tsd": "latest",
68-
"tslint": "next",
69-
"typescript": "next"
70-
},
71-
"scripts": {
72-
"pretest": "jake tests",
73-
"test": "jake runtests",
74-
"build": "npm run build:compiler && npm run build:tests",
75-
"build:compiler": "jake local",
76-
"build:tests": "jake tests",
77-
"start": "node lib/tsc",
78-
"clean": "jake clean",
79-
"gulp": "gulp",
80-
"jake": "jake",
81-
"lint": "jake lint",
82-
"setup-hooks": "node scripts/link-hooks.js"
83-
},
84-
"browser": {
85-
"buffer": false,
86-
"fs": false,
87-
"os": false,
88-
"path": false
89-
}
2+
"name": "typescript",
3+
"author": "Microsoft Corp.",
4+
"homepage": "http://typescriptlang.org/",
5+
"version": "1.9.0",
6+
"license": "Apache-2.0",
7+
"description": "TypeScript is a language for application scale JavaScript development",
8+
"keywords": [
9+
"TypeScript",
10+
"Microsoft",
11+
"compiler",
12+
"language",
13+
"javascript"
14+
],
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/TypeScript/issues"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/Microsoft/TypeScript.git"
21+
},
22+
"main": "./lib/typescript.js",
23+
"typings": "./lib/typescript.d.ts",
24+
"bin": {
25+
"tsc": "./bin/tsc",
26+
"tsserver": "./bin/tsserver"
27+
},
28+
"engines": {
29+
"node": ">=0.8.0"
30+
},
31+
"devDependencies": {
32+
"@types/browserify": "latest",
33+
"@types/del": "latest",
34+
"@types/glob": "latest",
35+
"@types/gulp": "latest",
36+
"@types/gulp-concat": "latest",
37+
"@types/gulp-help": "latest",
38+
"@types/gulp-sourcemaps": "latest",
39+
"@types/gulp-typescript": "latest",
40+
"@types/minimatch": "latest",
41+
"@types/minimist": "latest",
42+
"@types/mkdirp": "latest",
43+
"@types/node": "latest",
44+
"@types/q": "latest",
45+
"@types/run-sequence": "latest",
46+
"@types/through2": "latest",
47+
"browserify": "latest",
48+
"chai": "latest",
49+
"del": "latest",
50+
"gulp": "latest",
51+
"gulp-clone": "latest",
52+
"gulp-concat": "latest",
53+
"gulp-help": "latest",
54+
"gulp-insert": "latest",
55+
"gulp-sourcemaps": "latest",
56+
"gulp-typescript": "latest",
57+
"into-stream": "latest",
58+
"istanbul": "latest",
59+
"jake": "latest",
60+
"minimist": "latest",
61+
"mkdirp": "latest",
62+
"mocha": "latest",
63+
"mocha-fivemat-progress-reporter": "latest",
64+
"run-sequence": "latest",
65+
"through2": "latest",
66+
"ts-node": "latest",
67+
"tsd": "latest",
68+
"tslint": "next",
69+
"typescript": "next"
70+
},
71+
"scripts": {
72+
"pretest": "jake tests",
73+
"test": "jake runtests",
74+
"build": "npm run build:compiler && npm run build:tests",
75+
"build:compiler": "jake local",
76+
"build:tests": "jake tests",
77+
"start": "node lib/tsc",
78+
"clean": "jake clean",
79+
"gulp": "gulp",
80+
"jake": "jake",
81+
"lint": "jake lint",
82+
"setup-hooks": "node scripts/link-hooks.js"
83+
},
84+
"browser": {
85+
"buffer": false,
86+
"fs": false,
87+
"os": false,
88+
"path": false
89+
}
9090
}

0 commit comments

Comments
 (0)