Skip to content

Commit bcf562b

Browse files
author
Blaine Schmeisser
committed
Add package.json file so it can be published to npm.
If not published, it can still be included via git. ~~~ "BigRedButtonNodeHID": "git+ssh://[email protected]:codepope/BigRedButtonNodeHID.git#1.0.0" ~~~
1 parent 08ce223 commit bcf562b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "BigRedButtonNodeHID",
3+
"version": "1.0.0",
4+
"description": "Big red button helper.",
5+
"main": "BigRedButton.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "[email protected]:codepope/BigRedButtonNodeHID.git"
12+
},
13+
"keywords": [
14+
"big",
15+
"red",
16+
"button",
17+
"helper",
18+
"io",
19+
"usb",
20+
"hid"
21+
],
22+
"author": "codepope",
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/codepope/BigRedButtonNodeHID/issues"
26+
},
27+
"homepage": "https://github.com/codepope/BigRedButtonNodeHID"
28+
}

0 commit comments

Comments
 (0)