-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "sonos-scheduler",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"ee-first": "^1.1.1",
"express": "^4.14.0",
"forever": "^0.15.3",
"mongoose": "^4.7.4",
"ms": "^0.7.2",
"node-schedule": "^1.2.0",
"nodemon": "^1.11.0",
"request": "^2.79.0",
"statuses": "^1.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "start http://localhost:8080 & nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Burnett2k/Sonos-Scheduler.git"
},
"author": "Sawyer Burnett",
"license": "ISC",
"bugs": {
"url": "https://github.com/Burnett2k/Sonos-Scheduler/issues"
},
"homepage": "https://github.com/Burnett2k/Sonos-Scheduler#readme"
}