-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
69 lines (69 loc) · 1.62 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"_from": "zwack",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-BW/Dc95WE60BOkctXpciV0+NqcEx3zGT1IIHHuzlp3iLynq40x97b3WI5qFiBIeN8sb5yLAvrIszImIVbhigEg==",
"_location": "/zwack",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "zwack",
"name": "zwack",
"escapedName": "zwack",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/zwack/-/zwack-0.1.6.tgz",
"_shasum": "e7fa487844e5534269e4b0b1df6e1e9e12f925ff",
"_spec": "zwack",
"_where": "/Users/mjunkmyjunk",
"author": {
"name": "Pedro Paixao"
},
"bugs": {
"url": "https://github.com/paixaop/zwack/issues"
},
"bundleDependencies": false,
"dependencies": {
"bleno": "npm:@abandonware/bleno@^0.5.1-4",
"readline": "^1.3.0"
},
"deprecated": false,
"description": "Simulate an indoor bicycle trainer with BLE (Bluetooth Low Energy)",
"homepage": "https://github.com/paixaop/zwack",
"keywords": [
"bluetooth",
"ble",
"cycling",
"power",
"cadence",
"sensor",
"simulation",
"zwift",
"running",
"run",
"speed",
"pace"
],
"license": "MIT",
"main": "index.js",
"name": "zwack",
"repository": {
"type": "https",
"url": "git+https://github.com/paixaop/zwack.git"
},
"scripts": {
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"simulator": "node ./example/simulator.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.6"
}