1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-06 05:55:24 +02:00
codex.docs/package.json

17 lines
305 B
JSON
Raw Normal View History

2018-08-10 19:25:29 +03:00
{
"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"
}
}