Added pegjs

Which is going to replace uglify
This commit is contained in:
Jeremy Ruston
2011-12-28 18:03:07 +00:00
parent e27d5392a1
commit b27a99a7fb
13 changed files with 9459 additions and 0 deletions

24
node_modules/pegjs/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "pegjs",
"version": "0.6.2",
"description": "Parser generator for JavaScript",
"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.4"
}
}