@house-agency/brewstore
Version:
The Brewery Storage
33 lines (32 loc) • 721 B
JSON
{
"name": "@house-agency/brewstore",
"version": "0.4.7",
"description": "The Brewery Storage",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/thebrewery/brewstore.git"
},
"keywords": [
"storage",
"thebrewery"
],
"author": "spurge",
"license": "GPL-3.0",
"homepage": "https://bitbucket.org/thebrewery/brewstore#readme",
"devDependencies": {
"@house-agency/brewtils": "^0.5.5",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"dependencies": {
"mysql": "^2.10.2",
"q": "^1.4.1",
"redis": "^2.6.0-2",
"rx": "^4.1.0",
"sequelize": "^3.22.0"
}
}