Clean up package.json

The engine's and dependencies' versions are the ones I've tested with.
Lower version will probably work too, but I don't want to spend more
time testing now so I'll play it safe.
redux
David Majda 14 years ago
parent 8d8a5e322f
commit bafb8655f7

@ -1,11 +1,24 @@
{ {
"name": "pegjs", "name": "pegjs",
"version": "@VERSION",
"description": "Parser generator for JavaScript", "description": "Parser generator for JavaScript",
"version": "@VERSION", "homepage": "http://pegjs.majda.cz/",
"author": "David Majda <david@majda.cz> (http://majda.cz/)", "author": {
"homepage": "http://pegjs.majda.cz/", "name": "David Majda",
"repository": "git://github.com/dmajda/pegjs.git", "email": "david@majda.cz",
"url": "http://majda.cz/"
},
"main": "lib/peg",
"bin": "bin/pegjs",
"repository": {
"type": "git",
"url": "http://github.com/dmajda/pegjs.git"
},
"devDependencies": {
"jake": ">= 0.1.10",
"uglify-js": ">= 0.0.5"
},
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4.4"
} }
} }

Loading…
Cancel
Save