File tree 3 files changed +28
-0
lines changed
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ build/Release
25
25
# Dependency directory
26
26
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27
27
node_modules
28
+
29
+ # Compiled files
30
+ /build /
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " plasma-dash" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " A small server that reacts to Amazon Dash buttons on your WiFi network" ,
5
+ "main" : " build/PlasmaDash.js" ,
6
+ "engines" : {
7
+ "node" : " >=4"
8
+ },
9
+ "scripts" : {
10
+ "test" : " jest"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/ide/plasma-dash.git"
15
+ },
16
+ "keywords" : [
17
+ " dash-button"
18
+ ],
19
+ "author" : " James Ide" ,
20
+ "license" : " MIT" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/ide/plasma-dash/issues"
23
+ },
24
+ "homepage" : " https://github.com/ide/plasma-dash#readme"
25
+ }
You can’t perform that action at this time.
0 commit comments