-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
48
49
50
{
"name": "node-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/",
"compile-sass": "./node_modules/node-sass/bin/node-sass --watch --recursive --output public/styles styles",
"knex": "knex"
},
"author": "Lighthouse Labs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"bourbon": "^4.3.4",
"browser-sync": "^2.18.8",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"dotenv": "^2.0.0",
"ejs": "^2.5.6",
"express": "^4.13.4",
"foundation-sites": "^6.3.1",
"knex": "^0.11.10",
"node-sass": "^4.5.2",
"node-sass-middleware": "^0.11.0",
"nodeman": "^1.1.2",
"nodemon": "^1.11.0",
"pg": "^6.1.5",
"stripe": "^4.18.0",
"twilio": "^3.0.0-rc16",
"xml": "^1.0.1"
},
"devDependencies": {
"knex-logger": "^0.1.0",
"nodemon": "^1.11.0",
"morgan": "^1.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlvyS/LHL_Midterm_FoodPickup.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/AlvyS/LHL_Midterm_FoodPickup/issues"
},
"homepage": "https://github.com/AlvyS/LHL_Midterm_FoodPickup#readme"
}