forked from omcaree/node-pololumaestro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 785 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
35
36
{
"name": "pololu-maestro",
"version": "2.1.2",
"description": "Module to take control of Pololu Maestro servo controllers",
"main": "lib/pololumaestro.js",
"scripts": {
"test": "istanbul cover nodeunit test",
"docs": "groc",
"docs-publish": "groc --github"
},
"repository": {
"type": "git",
"url": "git://github.com/omcaree/node-pololumaestro.git"
},
"dependencies": {
"serialport": "~1.2",
"winston": "~0.7"
},
"devDependencies": {
"nodeunit": "~0.8.1",
"jsmockito": "~1.0.4",
"jshamcrest": "~0.7.0",
"istanbul": "~0.1.43",
"groc": ">=0.6.0"
},
"keywords": [
"node",
"pololu",
"servo",
"ssc",
"maestro"
],
"author": "Owen McAree",
"license": "BSD",
"readmeFilename": "Readme.md"
}