-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "attendance",
"version": "1.0.0",
"description": "meeting attendance",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/billyeh/attendance.git"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"moment-timezone": "^0.5.3",
"mongoose": "^4.4.11",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-core": "^6.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bson-objectid": "^1.1.4",
"chart.js": "git://github.com/danmolitor/Chart.js.git#v2.0-dev",
"css-loader": "^0.23.1",
"json-loader": "^0.5.4",
"moment-timezone": "^0.5.1",
"react": "^15.0.0",
"react-addons-update": "^15.0.0",
"react-bootstrap": "^0.28.3",
"react-chartjs": "git://github.com/venari/react-chartjs.git#chartjs-v2",
"react-datepicker": "^0.25.0",
"react-dom": "^15.0.0",
"react-router": "^2.0.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
}
}