-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 812 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
{
"name" : "winknodered",
"version" : "0.1.21",
"description" : "Default for wink-node-red",
"repository" : {
"type":"git",
"url":"https://github.com/tfatykhov/WinkRedNode/new/master"
},
"dependencies" : {
"libsodium-wrappers":"git://github.com/tfatykhov/libsodium.js.git",
"randomcolor":"git://github.com/tfatykhov/randomColor.git",
"jsonwebtoken" : "~7.x"
},
"files":["defaults"],
"license": "MIT",
"main": "defaults/w.js",
"author": {
"name": "Timur Fatykhov",
"email": "tfatykhov@gmail.com"
},
"contributors": [
{
"name": "Brian Meissen",
"email":"",
"name": "Will Scarangello",
"email": "wscambo@gmail.com"
}
]
}