-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "bb8-lmv",
"description": "Integrating BB8 bluetooth controlled droid with View & Data API",
"version": "1.0.1",
"dependencies": {
"async": "^1.5.2",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "3.3.6",
"body-parser": "^1.15.0",
"cylon-ollie": "0.9.0",
"cookie-parser": "^1.4.1",
"express": ">= 4.12.3",
"font-awesome": "^4.5.0",
"inspire-tree": "^1.2.5",
"noble": "^1.3.0",
"request": ">= 2.55.0",
"serve-favicon": ">= 2.2.0",
"shutdown-handler": "1.0.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"sphero": "^0.7.0",
"webcamjs": "1.0.6",
"webpack": "1.12.13"
},
"engines": {
"node": ">= 0.10.0"
},
"contributors": [
"Philippe Leefsma <philippe.leefsma@autodesk.com>"
],
"license": "MIT",
"scripts": {
"start": "node ./server/bin/run.js",
"controller": "node ./local-controller/run.js"
},
"repository": {
"type": "git",
"url": "https://github.com/leefsmp/bb8"
}
}