-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 970 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
{
"name": "thingy52_web_bluetooth",
"version": "0.0.1",
"description": "API for connecting to and interacting with Nordic Semiconductor's Thingy:52 in the browser",
"main": "js/thingy.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtguggedal/thingy_web_bluetooth.git"
},
"author": "Jan Tore Guggedal",
"license": "BSD, see LICENSE file for details",
"bugs": {
"url": "https://github.com/jtguggedal/thingy_web_bluetooth/issues"
},
"homepage": "https://github.com/jtguggedal/thingy_web_bluetooth#readme",
"dependencies": {},
"devDependencies": {
"@types/text-encoding": "0.0.32",
"@types/web-bluetooth": "0.0.4",
"babel-eslint": "^8.1.1",
"eslint": "^4.14.0",
"eslint-config-google": "^0.9.1",
"typescript": "^2.6.2"
}
}