package.json: Formatting

redux
David Majda 12 years ago
parent 0519d7e3ce
commit 32e372be92

@ -1,9 +1,9 @@
{ {
"name": "pegjs", "name": "pegjs",
"version": "0.7.0", "version": "0.7.0",
"description": "Parser generator for JavaScript", "description": "Parser generator for JavaScript",
"homepage": "http://pegjs.majda.cz/", "homepage": "http://pegjs.majda.cz/",
"author": { "author": {
"name": "David Majda", "name": "David Majda",
"email": "david@majda.cz", "email": "david@majda.cz",
"url": "http://majda.cz/" "url": "http://majda.cz/"
@ -31,12 +31,12 @@
"lib/utils.js", "lib/utils.js",
"package.json" "package.json"
], ],
"main": "lib/peg", "main": "lib/peg",
"bin": "bin/pegjs", "bin": "bin/pegjs",
"scripts": { "scripts": {
"test": "make spec" "test": "make spec"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/dmajda/pegjs.git" "url": "http://github.com/dmajda/pegjs.git"
}, },
@ -45,7 +45,7 @@
"uglify-js": ">= 1.2.4", "uglify-js": ">= 1.2.4",
"jshint": ">= 0.5.5" "jshint": ">= 0.5.5"
}, },
"engines": { "engines": {
"node": ">= 0.6.6" "node": ">= 0.6.6"
} }
} }

Loading…
Cancel
Save