You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Commands-Creator/package.json

21 lines
435 B

{
"name": "commands-creator",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"run": "ndb index.js"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-handlebars": "^4.0.0",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"less-middleware": "~2.2.1",
"morgan": "~1.9.1"
}
}