-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 917 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
{
"name": "skeleton",
"version": "1.0.0",
"description": "## Project Setup",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"local": "nodemon --ignore public/",
"knex": "knex"
},
"author": "Lighthouse Labs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"express": "^4.16.4",
"knex": "^0.11.7",
"knex-logger": "^0.1.0",
"morgan": "^1.7.0",
"node-sass-middleware": "^0.9.8",
"pg": "^6.0.2",
"twilio": "^3.30.2"
},
"devDependencies": {
"nodemon": "^1.9.2",
"tar": "^4.4.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferrazf/Dumpling.git"
},
"bugs": {
"url": "https://github.com/ferrazf/Dumpling/issues"
},
"homepage": "https://github.com/ferrazf/Dumpling#readme"
}