forked from Jorgen-VikingGod/visa32
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 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
{
"name": "visa32",
"description": "visa SCPI remote interface for node.js",
"keywords": [
"visa32",
"visa",
"scpi"
],
"version": "0.1.6",
"homepage": "https://github.com/Jorgen-VikingGod/visa32",
"repository": {
"type": "git",
"url": "git://github.com/Jorgen-VikingGod/visa32.git"
},
"main": "./visa32.js",
"dependencies": {
"ref": "~1.3.2",
"ffi-napi": "~2.4.4",
"ref-array": "~1.1.2",
"assert": "~1.4.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Jorgen-VikingGod/visa32/issues"
},
"_id": "visa32@0.1.6",
"_npmVersion": "2.14.20",
"_nodeVersion": "4.4.1",
"_npmUser": {
"name": "jorgen-vikinggod",
"email": "jorgenvikinggod@gmail.com"
}
}