31 lines
769 B
JSON
31 lines
769 B
JSON
{
|
|
"name": "vizwiz",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"gulp:production": "NODE_ENV=production gulp",
|
|
"gulp:development": "NODE_ENV=development gulp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.bitmill.co:lohfu/vizwiz.git"
|
|
},
|
|
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.16.1",
|
|
"busboy": "^0.2.14",
|
|
"chalk": "^1.1.3",
|
|
"express": "^4.14.1",
|
|
"jsx-node": "^0.2.2",
|
|
"knex": "^0.12.7",
|
|
"midwest": "github:thebitmill/midwest",
|
|
"morgan": "^1.8.1",
|
|
"multer": "^1.3.0",
|
|
"split": "^1.0.0"
|
|
}
|
|
}
|