-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 915 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
{
"name": "inkswell-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReedBlack/inkswell-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReedBlack/inkswell-backend/issues"
},
"homepage": "https://github.com/ReedBlack/inkswell-backend#readme",
"dependencies": {
"aws-sdk": "^2.275.1",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"humps": "^2.0.1",
"knex": "^0.15.1",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"multer-s3": "^2.7.0",
"pg": "^7.4.3",
"psql": "0.0.1",
"sqlite3": "^4.0.1"
},
"devDependencies": {
"nodemon": "^1.18.2"
}
}