-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 862 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
{
"name": "the_sentient_alarm",
"version": "0.0.1",
"description": "Alarm clock that uses a webcam to track a user to make sure that they wake up.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seiwert/TheSentientAlarm.git"
},
"author": "Adam Seiwert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Seiwert/TheSentientAlarm/issues"
},
"homepage": "https://github.com/Seiwert/TheSentientAlarm#readme",
"dependencies": {
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"bootstrap-slider": "^9.3.0",
"client-sessions": "^0.7.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"node-schedule": "^1.2.0",
"socket.io": "^1.7.2",
"sqlite3": "^3.1.6",
"tracking": "^1.1.2"
}
}