-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 967 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
{
"name": "kano-wand",
"version": "1.0.3",
"description": "NodeJS wrapper for interfacing with the Kano Harry Potter BLE wand",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node example-multi.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megabytemb/kano-wand-nodejs.git"
},
"keywords": [
"kano",
"wand"
],
"author": "Michael Benz",
"license": "MIT",
"bugs": {
"url": "https://github.com/megabytemb/kano-wand-nodejs/issues"
},
"homepage": "https://github.com/megabytemb/kano-wand-nodejs#readme",
"dependencies": {
"@tensorflow/tfjs": "1.2.11",
"@tensorflow/tfjs-core": "1.2.11",
"@tensorflow/tfjs-node": "1.2.11",
"async": "^2.6.1",
"fit-curve": "^0.1.6",
"rxjs": "^6.3.3",
"seedrandom": "^3.0.5",
"string-just": "0.0.2"
},
"devDependencies": {
"noble-mac": "github:Timeular/noble-mac"
}
}