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 8 years ago
parent 874b9c3dea
commit 3796cbfbad

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

Loading…
Cancel
Save