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
parent
8d8a5e322f
commit
bafb8655f7
@ -1,11 +1,24 @@
|
||||
{
|
||||
"name": "pegjs",
|
||||
"name": "pegjs",
|
||||
"version": "@VERSION",
|
||||
"description": "Parser generator for JavaScript",
|
||||
"version": "@VERSION",
|
||||
"author": "David Majda <david@majda.cz> (http://majda.cz/)",
|
||||
"homepage": "http://pegjs.majda.cz/",
|
||||
"repository": "git://github.com/dmajda/pegjs.git",
|
||||
"homepage": "http://pegjs.majda.cz/",
|
||||
"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…
Reference in New Issue