Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit fcb6100

Browse files
committed
add package.json
1 parent 517c5b4 commit fcb6100

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "node-prettylights",
3+
"version": "1.0.0",
4+
"description": "Twitch bot to control Hue lights",
5+
"main": "server.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/synth3tk/node-prettylights"
12+
},
13+
"keywords": [
14+
"twitch",
15+
"hue",
16+
"bot"
17+
],
18+
"author": "synth3tk",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/synth3tk/node-prettylights/issues"
22+
},
23+
"homepage": "https://github.com/synth3tk/node-prettylights"
24+
}

0 commit comments

Comments
 (0)