UNPKG

785 BJSONView Raw
1{
2 "name": "ble-ble113a",
3 "version": "0.2.0",
4 "description": "Library to run the Bluetooth BLE113 Tessel Module.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tinytap -e 'tessel run {} ${BLE_PORT1} ${BLE_PORT2}' test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:tessel/ble-ble113a.git"
12 },
13
14 "author": "Jon McKay <jon@technical.io>",
15 "license": "MIT",
16 "readmeFilename": "README.md",
17 "directories": {
18 "example": "examples"
19 },
20 "keywords": [
21 "tessel",
22 "bluetooth",
23 "ble",
24 "ble113"
25 ],
26 "dependencies": {
27 "bglib" : "^0.0.6",
28 "async" : "^0.9.0"
29 },
30 "devDependencies": {
31 "tinytap": "~0.2.0"
32 },
33 "hardware" :
34 {
35 "./firmware_update/update-lib/v1.0.2.hex" : false,
36 "./examples" : false
37 }
38}