-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1001 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
39
40
41
42
43
44
45
{
"name": "ruff-v1-usb-camera",
"version": "0.1.0",
"description": "Capture a picture using USB camera.",
"author": "Nanchao Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ruff-drivers/ruff-v1-usb-camera.git"
},
"bugs": {
"url": "https://github.com/ruff-drivers/ruff-v1-usb-camera/issues"
},
"homepage": "https://github.com/ruff-drivers/ruff-v1-usb-camera",
"keywords": [
"ruff",
"driver",
"USB camera",
"UVC"
],
"main": "src/index.js",
"device-typings": "typings/device.d.ts",
"engines": {
"ruff": ">=1.4.0 <1.5.0"
},
"boards": {
"ruff-mbd-v1": "*"
},
"scripts": {
"install-sdk": "rvm install --local",
"install-rap-dependencies": "rap install",
"lint": "eslint .",
"pretest": "npm run lint"
},
"devDependencies": {
"eslint": "^2.11.1",
"ruff-standard": "^0.1.4",
"rvm": "^0.3.2"
},
"ruff": {
"devDependencies": {
"t": "^0.1.6"
}
}
}