mnml/ops/package.json
2018-09-13 17:23:39 +10:00

16 lines
272 B
JSON

{
"name": "cryps-ops",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^0.15.2",
"pg": "^7.4.3"
}
}