mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 05:55:24 +02:00
17 lines
305 B
JSON
17 lines
305 B
JSON
|
{
|
||
|
"name": "codex.editor.docs",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie-parser": "~1.4.3",
|
||
|
"debug": "~2.6.9",
|
||
|
"express": "~4.16.0",
|
||
|
"http-errors": "~1.6.2",
|
||
|
"morgan": "~1.9.0",
|
||
|
"twig": "~0.10.3"
|
||
|
}
|
||
|
}
|