UNPKG

681 BJSONView Raw
1{
2 "name": "ble-ble113a",
3 "version": "0.1.4",
4 "description": "Library to run the Bluetooth BLE113 Tessel Module.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tinytap -e 'tessel run {} ${BLE_PORT1}' test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:tessel/beta.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" : "*",
28 "async" : "*"
29 },
30 "hardware" :
31 {
32 "./firmware_update" : false,
33 "./examples" : false
34 }
35}