forked from Loghorn/ant-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 899 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
{
"name": "ant-plus",
"version": "0.0.19",
"description": "A node module for ANT+",
"main": "ant-plus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "echo \"type script compile ant-plus\" && tsc"
},
"keywords": [
"ANT",
"ANT+"
],
"author": {
"name": "Alessandro Vergani",
"email": "alessandro.vergani@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"usb": "^1.7.1"
},
"devDependencies": {
"@types/node": "^7.0.7",
"@types/usb": "^1.1.5",
"typescript": "^4.3.5"
},
"files": [
"ant-plus.js",
"src/",
"build/"
],
"directories": {
"example": "./sample",
"lib": "./src"
},
"repository": {
"type": "git",
"url": "https://github.com/loghorn/ant-plus.git"
},
"bugs": "https://github.com/Loghorn/ant-plus/issues"
}