93ceeff597
- Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"name": "@pegjs/website",
|
|
"version": "1.3.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"body-parser": "1.18.3",
|
|
"ejs": "2.6.1",
|
|
"express": "4.16.4",
|
|
"express-layout": "0.1.0",
|
|
"morgan": "1.9.1"
|
|
}
|
|
}
|