forked from jsoxford/node-wirc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 714 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
{
"name":"wirc",
"version":"0.1.0",
"description":"Node module for communicating with WiRC - Wifi radio controlled car",
"homepage":"https://github.com/jsoxford/node-wirc",
"author": {
"name": "Kevin Carmody",
"url": "http://www.whiteoctober.co.uk"
},
"repository": {
"type": "git",
"url": "git://github.com:jsoxford/node-wirc.git"
},
"main": "./index",
"dependencies": {
"crc" : "git://github.com/alexgorbatchev/node-crc.git",
"q" : ">=0.9.2",
"color-convert" : ">=0.3.1"
},
"licenses": [
{
"type": "MIT",
"url":""
}
],
"engines": {
"node": "*"
}
}