diff --git a/package.json b/package.json index a4d8b43..fbc44cf 100644 --- a/package.json +++ b/package.json @@ -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 (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 (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" } }