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",
"description": "Parser generator for JavaScript",
"version": "@VERSION",
"author": "David Majda <david@majda.cz> (http://majda.cz/)",
"description": "Parser generator for JavaScript",
"homepage": "http://pegjs.majda.cz/",
"repository": "git://github.com/dmajda/pegjs.git",
"author": {
"name": "David Majda",
"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": {
"node": ">= 0.4"
"node": ">= 0.4.4"
}
}

Loading…
Cancel
Save