-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 940 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
{
"name": "node-metawear",
"version": "1.0.1",
"description": "API for metawear",
"main": "src/device.js",
"dependencies": {
"debug": "~2.6.6",
"eventemitter2": "~4.1.0",
"hashmap": "~2.1.0",
"noble-device": "1.4.1"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"clone": "^2.1.0",
"jasmine": "^2.4.1",
"jasmine-debug": "^0.1.1",
"jasmine-node": "^1.14.5",
"jasmine-spec-reporter": "^4.1.0",
"mocha": "^3.4.1"
},
"keywords": [
"Metawear",
"mbientlab",
"Bluetooth",
"BTLE",
"Noble",
"Bluetooth Low Energy"
],
"bugs": {
"url": "https://github.com/brainexe/node-metawear/issues"
},
"repository": "git@github.com:brainexe/node-metawear.git",
"scripts": {
"test": "cd tests && node jasmine-runner.js"
},
"author": "Matthias Dötsch <info@mdoetsch.de>",
"contributors": [
"Alan Hortz <alan@handson.io>"
],
"license": "MIT"
}