David Majda
bc5abfef5c
Replace Jakefile with Makefile
...
Doing scripting tasks in JavaScript is painful.
13 years ago
David Majda
fa1523b651
Update version of Node.js and development dependencies in package.json
...
The new versions are the ones I test with.
13 years ago
David Majda
c7f99019c2
Add "jake hint" task that checks all javaScript files using JSHint
...
This currently outputs many issues. These will be fixed in subsequent
commits.
13 years ago
David Majda
bafb8655f7
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.
14 years ago
David Majda
69044e9d0b
Add "dist" Jakefile task that prepares the distribution files
14 years ago
David Majda
aca15d6f36
Change Node.js pacakge name to from "peg" to "pegjs"
...
The only place where we use the name without "js" is the library
filename (peg.js) and consequently the module name (PEG).
14 years ago
David Majda
db32ff2d0d
Change version to 0.6.0pre
14 years ago
David Majda
1e57bf778d
Require Node.js 0.4 or higher
...
This is not strictly necessary now, but I won't test PEG.js with lower
versions, so I can't guarantee correct functionality.
14 years ago
David Majda
595d3adb82
Add package.json for installing as Node package
14 years ago