-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "plantparenthood",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha ./test",
"start": "node index.js",
"sass": "node-sass public/css/sass/ -o public/css/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"cloudinary": "^1.9.1",
"connect-flash": "^0.1.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.6",
"moment": "^2.20.1",
"multer": "^1.3.0",
"node-sass": "^4.7.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^6.4.1",
"pg-hstore": "^2.3.2",
"request": "^2.83.0",
"rowdy-logger": "^1.0.0",
"sequelize": "^4.29.0",
"sequelize-cli": "^3.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4",
"superagent": "^3.8.2",
"supertest": "^3.0.0"
}
}