-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "kibbutz",
"version": "1.0.0",
"description": "An interactive application for farmers.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:sass": "node-sass views/sass/main.scss views/css/style.css -w",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lkibbutzl/Kibbutz-Web.git"
},
"author": "Rahul",
"license": "ISC",
"devDependencies": {
"node-sass": "^4.9.3"
},
"bugs": {
"url": "https://github.com/lkibbutzl/Kibbutz-Web/issues"
},
"homepage": "https://github.com/lkibbutzl/Kibbutz-Web#readme",
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"consolidate": "^0.15.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.1",
"hbs": "^4.0.2",
"jsonwebtoken": "^8.5.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mustache": "^3.0.1",
"mysql": "^2.16.0",
"newsapi": "^2.4.0",
"python-shell": "^1.0.7",
"request": "^2.88.0"
}
}