-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
38 lines (38 loc) · 820 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
37
38
{
"name": "pololu-maestro",
"version": "3.1.1",
"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.8",
"async": "^0.9"
},
"devDependencies": {
"nodeunit": "^0.9",
"jsmockito": "^1.0",
"jshamcrest": "^0.7",
"istanbul": "^0.3",
"groc": "^0.7",
"proxyquire": "^1.0"
},
"keywords": [
"node",
"pololu",
"servo",
"ssc",
"maestro"
],
"author": "Owen McAree",
"license": "BSD",
"readmeFilename": "Readme.md"
}