forked from Megabytemb/kano-wand-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 813 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
{
"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"
},
"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": "^0.14.1",
"@tensorflow/tfjs-node": "^0.2.1",
"async": "^2.6.1",
"fit-curve": "^0.1.6",
"noble": "^1.9.1",
"rxjs": "^6.3.3",
"string-just": "0.0.2"
}
}