-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "caf_hellolego",
"description": "Caf.js example integrating Lego",
"version": "0.4.0",
"author": "Antonio Lain <antlai@cafjs.com>",
"license": "Apache-2.0",
"dependencies": {
"caf_react" :"^0.4.0",
"caf_core": "^0.4.0",
"caf_cli": "^0.4.0",
"caf_iot": "^0.4.0",
"caf_transport": "^0.4.0",
"react" : "^16.6.0",
"react-dom" : "^16.6.0",
"react-bootstrap" : "^0.32.4",
"redux": "^3.7.2",
"keymirror": "^0.1.0",
"aframe": "1.2.0",
"aframe-react": "^4.4.0",
"browserify-css": "^0.15.0",
"envify": "^3.4.1"
},
"devDependencies": {
"caf_dcinabox" :"^0.4.0",
"browserify" : "^17.0.0",
"nodeunit" : ">=0.9",
"uglify-es": "^3.3.8"
},
"scripts": {
"start": "node ./index.js",
"test": "node ./node_modules/.bin/nodeunit",
"build": "./bin/build.sh"
},
"main": "index",
"engines": {
"node": ">= 10.0.0"
}
}