-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 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
44
45
46
47
48
49
50
51
52
53
{
"name": "race-me",
"version": "0.0.0",
"license": "MIT",
"private": true,
"engines": {
"node": "^6.3.0",
"npm": "^3.10.5"
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"lint": "eslint -o test.html ."
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"ejs": "^2.4.2",
"express": "~4.13.1",
"express-session": "^1.13.0",
"highcharts": "^4.2.5",
"highcharts-ng": "0.0.11",
"jade": "^1.11.0",
"jsonwebtoken": "^7.0.1",
"jwt-simple": "^0.5.0",
"method-override": "^2.3.6",
"morgan": "^1.6.1",
"moment": "^2.14.1",
"mongoose": "^4.5.0",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"python-shell": "^0.4.0",
"request": "^2.72.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"eslint": "^3.1.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.3.0",
"morgan": "^1.6.1",
"nodemon": "^1.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonCodeng/capstone-beatme.git"
}
}