forked from req-raccoons/doggybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 982 Bytes
/
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
{
"name": "doggybook",
"version": "1.0.0",
"description": "\"Connecting dogs with walkers, book your dog walker!\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/req-raccoons/doggybook.git"
},
"keywords": [
"dogs",
"dog",
"walker",
"dog-walking"
],
"author": "req.raccoons",
"license": "ISC",
"bugs": {
"url": "https://github.com/req-raccoons/doggybook/issues"
},
"homepage": "https://github.com/req-raccoons/doggybook#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"bookshelf": "^0.10.2",
"express": "^4.14.0",
"jwt-simple": "^0.5.1",
"knex": "^0.12.6",
"mysql": "^2.12.0",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.79.0",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"sqlite3": "^3.1.8"
}
}