package.json: Reformat to formatting used by npm

This makes it possible to do e.g. "npm install --save" without a lot of
whitespace noise in the resulting diff.
redux
David Majda 9 years ago
parent 874b9c3dea
commit 3796cbfbad

@ -1,12 +1,15 @@
{ {
"name": "pegjs", "name": "pegjs",
"version": "0.9.0", "version": "0.9.0",
"description": "Parser generator for JavaScript", "description": "Parser generator for JavaScript",
"keywords": ["parser generator", "PEG"], "keywords": [
"homepage": "http://pegjs.org/", "parser generator",
"bugs": "https://github.com/pegjs/pegjs/issues", "PEG"
"license": "MIT", ],
"author": "David Majda <david@majda.cz> (http://majda.cz/)", "homepage": "http://pegjs.org/",
"bugs": "https://github.com/pegjs/pegjs/issues",
"license": "MIT",
"author": "David Majda <david@majda.cz> (http://majda.cz/)",
"files": [ "files": [
"CHANGELOG.md", "CHANGELOG.md",
"LICENSE", "LICENSE",
@ -36,19 +39,19 @@
"lib/utils/objects.js", "lib/utils/objects.js",
"package.json" "package.json"
], ],
"main": "lib/peg", "main": "lib/peg",
"bin": "bin/pegjs", "bin": "bin/pegjs",
"repository": "pegjs/pegjs", "repository": "pegjs/pegjs",
"scripts": { "scripts": {
"test": "make hint && make spec" "test": "make hint && make spec"
}, },
"devDependencies": { "devDependencies": {
"browserify": "11.2.0", "browserify": "11.2.0",
"jasmine-node": "1.14.5", "jasmine-node": "1.14.5",
"uglify-js": "2.4.24", "uglify-js": "2.4.24",
"jshint": "2.8.0" "jshint": "2.8.0"
}, },
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"
} }
} }

Loading…
Cancel
Save