forked from Harsch-Systems/node-pi-plates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 809 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
31
32
33
34
35
36
37
38
{
"name": "pi-plates",
"version": "0.0.4",
"description": "control Pi-Plates from node",
"main": "plates.js",
"directories": {
"test": "tests"
},
"dependencies": {
"vasync": "2.x.x"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mharsch/node-pi-plates.git"
},
"keywords": [
"adc",
"dac",
"relay",
"RELAYplate",
"DAQCplate",
"DAQC2plate",
"MOTORplate",
"Pi-Plates",
"pi",
"plates"
],
"author": "Mike Harsch <mike@harschsystems.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mharsch/node-pi-plates/issues"
},
"homepage": "https://github.com/mharsch/node-pi-plates#readme"
}