Skip to content

Commit cc70eb9

Browse files
committed
Use tabs in package.json.
1 parent b08a8e7 commit cc70eb9

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "json-stringify-safe",
3-
"version": "5.0.0",
4-
"description": "Like JSON.stringify, but doesn't blow up on circular refs",
5-
"main": "stringify.js",
6-
"scripts": {
7-
"test": "node test.js"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git://github.com/isaacs/json-stringify-safe"
12-
},
13-
"keywords": [
14-
"json",
15-
"stringify",
16-
"circular",
17-
"safe"
18-
],
19-
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)",
20-
"license": "BSD",
21-
"readmeFilename": "README.md",
2+
"name": "json-stringify-safe",
3+
"version": "5.0.0",
4+
"description": "Like JSON.stringify, but doesn't blow up on circular refs",
5+
"main": "stringify.js",
6+
"scripts": {
7+
"test": "node test.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/isaacs/json-stringify-safe"
12+
},
13+
"keywords": [
14+
"json",
15+
"stringify",
16+
"circular",
17+
"safe"
18+
],
19+
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)",
20+
"license": "BSD",
21+
"readmeFilename": "README.md",
2222

23-
"devDependencies": {
24-
"mocha": ">= 2.1.0 < 3",
25-
"must": ">= 0.12 < 0.13",
26-
"sinon": ">= 1.12.2 < 2"
27-
}
23+
"devDependencies": {
24+
"mocha": ">= 2.1.0 < 3",
25+
"must": ">= 0.12 < 0.13",
26+
"sinon": ">= 1.12.2 < 2"
27+
}
2828
}

0 commit comments

Comments
 (0)