-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
{
"name": "button-gpio",
"version": "2.0.9",
"description": "The driver for buttons with GPIO interface.",
"author": "Nanchao Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ruff-drivers/button-gpio.git"
},
"bugs": {
"url": "https://github.com/ruff-drivers/button-gpio/issues"
},
"homepage": "https://github.com/ruff-drivers/button-gpio",
"keywords": [
"ruff",
"driver"
],
"main": "src/index.js",
"engines": {
"ruff": ">=1.2.0 <2.0.0"
},
"device-typings": "typings/device.d.ts",
"scripts": {
"install-sdk": "rvm install --local",
"install-rap-dependencies": "rap install",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "ruff ./test/test.js"
},
"devDependencies": {
"eslint": "^2.11.1",
"ruff-standard": "^0.1.4",
"rvm": "^0.3.2"
},
"ruff": {
"devDependencies": {
"t": "^0.1.6"
}
}
}