-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "q2project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"knex": "knex",
"start": "nodemon server.js",
"heroku-postbuild": "knex migrate:latest",
"nf": "nf start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Voxelsdev/Data-Find.git"
},
"keywords": [],
"author": "Tyler Miller <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Voxelsdev/Data-Find/issues"
},
"homepage": "https://github.com/Voxelsdev/Data-Find#readme",
"dependencies": {
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.15.2",
"boom": "^4.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-validation": "^1.0.1",
"humps": "^1.1.0",
"joi": "^9.1.1",
"jsonwebtoken": "^7.1.9",
"knex": "^0.12.5",
"morgan": "^1.7.0",
"nodemailer": "^2.6.4",
"pg": "^6.1.0",
"request": "^2.75.0"
},
"devDependencies": {
"dotenv": "^2.0.0",
"foreman": "^2.0.0",
"nodemon": "^1.11.0"
},
"engines": {
"node": "v6.6.0"
}
}