-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "webjackport",
"version": "0.0.2",
"description": "A transport layer for firmata.js that makes use of WebJack.",
"main": "dist/webjackport.js",
"scripts": {
"postinstall": "if [ -f node_modules/webrtc-adapter/out/adapter.js ]; then cp node_modules/webrtc-adapter/out/adapter.js example/; fi && if [ -f node_modules/webrtc-adapter/out/adapter.js ]; then cp node_modules/jquery/dist/jquery.min.js example/; fi",
"test": "tape test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/webjackport.git"
},
"keywords": [
"serial",
"transport",
"link",
"webjack",
"RPC",
"firmata",
"arduino",
"public",
"lab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/webjackport/issues"
},
"dependencies": {
"es6-shim": "^0.35.4",
"webjack": "~0.1.6"
},
"devDependencies": {
"jquery": "^3.1.0",
"firmata": "2.3.0",
"webrtc-adapter": "^1.1.0",
"grunt": "^ 1.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"matchdep": "^2.0.0",
"sinon": "^9.0.2",
"tape": "^4.9.2",
"webpack": "^4.28.1"
},
"homepage": "https://github.com/publiclab/webjackport#readme"
}