package.json
659 Bytes
{
"name": "publisher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.kmlab.com:lintry/publisher.git"
},
"keywords": [],
"author": "lintry <shenlin00@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"crypto-js": "^3.1.8",
"express": "^4.14.0",
"formidable": "^1.0.17",
"gm": "^1.23.0",
"lodash": "^4.16.5",
"log4js": "^0.6.38",
"node-uuid": "^1.4.7",
"redis": "^2.6.3",
"sequelize": "^3.24.6"
}
}