-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 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
{
"name": "alarm-clock",
"version": "1.0.0",
"description": "A rasppbery pi alarm clock and weather station",
"main": "app.js",
"dependencies": {
"body-parser": "^1.10.1",
"ejs": "^2.1.4",
"express": "^4.11.0",
"mongoose": "^3.8.21",
"node-schedule": "^0.1.15",
"play": "^0.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/subtirelumihail/raspberry-alarm-clock-with-weather.git"
},
"keywords": [
"raspberry",
"pi",
"alarm",
"clock",
"weather",
"station",
"node"
],
"author": "Subtirelu Mihail",
"license": "MIT",
"bugs": {
"url": "https://github.com/subtirelumihail/raspberry-alarm-clock-with-weather/issues"
},
"homepage": "https://github.com/subtirelumihail/raspberry-alarm-clock-with-weather"
}