-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 879 Bytes
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
{
"name": "cooking-with-node",
"version": "1.0.0",
"description": "App to show wireless meat thermometer data",
"main": "lib/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhdawson/CookingWithNode.git"
},
"keywords": [
"meat",
"thermometer",
"micro-app-framework",
"micro-app",
"message",
"waiting",
"notify"
],
"author": "Michael Dawson",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhdawson/CookingWithNode/issues"
},
"homepage": "https://github.com/mhdawson/CookingWithNod#readme",
"dependencies": {
"micro-app-framework": "^0.1.4",
"micro-app-notify-client": "^0.0.1",
"mqtt": "^2.0.1",
"socket.io": "^1.5.0",
"twilio": "^2.11.0"
}
}