-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 886 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
{
"name": "usb2000plus",
"description": "Module to comunicate with Spectrometer USB2000+",
"version": "0.1.5",
"homepage": "https://github.com/scoup/node-usb2000plus",
"author": {
"name": "Léo Haddad M. C. Carneiro",
"email": "scoup001@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Scoup/node-usb2000plus.git"
},
"bugs": {
"url": "https://github.com/Scoup/node-usb2000plus/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Scoup/node-usb2000plus/blob/master/LICENSE-MIT"
}
],
"main": "usb2000plus",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"usb": "~0.3.5",
"underscore": "~1.6.0"
},
"devDependencies": {
},
"readmeFilename": "Readme.md",
"keywords": ["usb2000", "usb2000+", "hr4000", "hr2000", "hr2000+", "hr2000plus", "usb2000plus"]
}