-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
41
{
"name": "project2",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajax-request": "^1.2.1",
"babyparse": "^0.4.6",
"bcrypt": "^1.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"browserify": "^13.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cron": "^1.2.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-session": "^1.14.2",
"flash": "^1.1.0",
"jquery": "^3.1.1",
"method-override": "^2.3.7",
"mongo": "^0.1.0",
"mongoose": "^4.7.1",
"morgan": "^1.7.0",
"node-env-file": "^0.1.8",
"node-schedule": "^1.2.0",
"nodemon": "^1.11.0",
"normalize.css": "^5.0.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.79.0",
"time": "^0.11.4",
"unirest": "^0.5.1"
}
}