obrandDBWork/package.json
Martin Donnelly 2b60bc78cf Init
2016-03-15 14:49:39 +00:00

34 lines
806 B
JSON

{
"name": "dbwork",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
},
"author": "",
"license": "ISC",
"devDependencies": {
"after": "^0.8.1",
"assert": "^1.3.0",
"bcrypt-as-promised": "^1.1.0",
"chai": "^3.5.0",
"exec": "^0.2.1",
"expect": "^1.15.1",
"log4js": "^0.6.33",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1",
"moment": "^2.12.0",
"node-validator": "http://gitlab.silvrtree.co.uk/martind2000/node-validator.git",
"pg-promise": "^3.3.0",
"should": "^8.2.2",
"superagent": "^1.8.0-beta.2",
"supertest": "^1.2.0",
"uuid-pure": "^1.0.10"
},
"dependencies": {
"bcrypt": "^0.8.5",
"pg": "^4.5.1"
}
}