-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 874 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
{
"name": "coffeebot",
"version": "0.0.1",
"description": "the percolations are imminent.",
"main": "lib/index.js",
"dependencies": {
"johnny-five": "0.10.6",
"raspi-io": "7.2.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"config": "1.25.1",
"slack-notify": "0.1.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --presets es2015 --out-dir lib --source-maps inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonpitch/coffeebot.git"
},
"keywords": [
"node",
"nodebot",
"johnny-five",
"raspi-io"
],
"author": "Jon Pitcherella",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonpitch/coffeebot/issues"
},
"homepage": "https://github.com/jonpitch/coffeebot#readme"
}