mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
b27a99a7fb
Which is going to replace uglify
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"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"
|
|
}
|
|
} |