-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rf24js",
"version": "2.0.4",
"description": "NRF24 wrapper for tmrh20 c++ library",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"author": {
"name": "Giuseppe Riolo",
"email": "[email protected]"
},
"contributors": [{
"name": "Gabriele Viglianisi",
"email": "[email protected]"
}],
"directories": {
"example": "samples"
},
"categories": [
"Extension Packs"
],
"displayName": "RF24JS",
"engineStrict": false,
"maintainers": [{
"name": "Giuseppe Riolo",
"email": "[email protected]"
}],
"license": "MIT",
"gypfile": true,
"dependencies": {
"@types/node": "^8.0.28",
"bindings": "^1.3.0",
"nan": "^2.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RioloGiuseppe/rf24js.git"
},
"keywords": [
"rf24",
"tmrh20",
"javascript",
"js",
"radio",
"nfr",
"nrf24"
],
"bugs": {
"url": "https://github.com/RioloGiuseppe/rf24js/issues"
},
"homepage": "https://github.com/RioloGiuseppe/rf24js#readme",
"readme": "https://github.com/RioloGiuseppe/rf24js#readme"
}