darkwire.io/server/package.json
dependabot[bot] 5208109dbd Bump lodash from 4.17.11 to 4.17.13 in /server (#94)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-25 14:17:45 -04:00

51 lines
1.2 KiB
JSON

{
"name": "darkwire-server",
"version": "2.0.0-beta.8",
"main": "index.js",
"license": "MIT",
"contributors": [
{
"name": "Daniel Seripap"
},
{
"name": "Alan Friedman"
}
],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/runtime": "^7.4.4",
"bluebird": "^3.5.1",
"dotenv": "^8.0.0",
"kcors": "^2.2.2",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-router": "^7.2.1",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.13",
"mailgun-js": "^0.22.0",
"moment": "^2.18.1",
"redis": "^2.8.0",
"socket.io": "^2.0.3",
"socket.io-redis": "^5.2.0",
"uuid": "^3.3.2"
},
"scripts": {
"build": "./build.sh",
"dev": "nodemon src/index.js --exec babel-node",
"test": "jest",
"test:watch": "jest --watch",
"start": "node dist/src/index.js"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"eslint": "^4.6.1",
"jest": "^21.0.2",
"nodemon": "^1.19.0"
}
}