forked from ajones/node-pixelpusher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 Bytes
/
package.json
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
31
32
33
34
{
"name" : "heroic-pixel-pusher",
"version" : "0.2.4",
"description" : "Heroic Robotics' Pixel Pusher LED controller node js interface",
"author" : "Aaron Jones <aaron@inburst.io>",
"contributors" : [
{
"name" : "Aaron Jones",
"email" : "aaron@inburst.io"
},
{
"name" : "Marshall Rose",
"email" : "mrose17@gmail.com"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/ajones/node-pixelpusher.git"
},
"keywords" : [
"Pixelpusher",
"Heroic Robotics",
"Pixel Pusher"
],
"main" : "./pixelpusher.js",
"engines" : {
"node" : ">=0.8"
},
"dependencies" : {
"buffertools" : ">=2.1.2"
},
"readmeFilename" : "README.md",
"license": "MIT"
}