1
1
{
2
- <<<<<<< HEAD
3
- "name" : " matrix-os" ,
4
- "version" : " 0.16.0" ,
5
- "description" : " Portal to device layer for AdMobilize Matrix devices. Includes global component, npm install -g matrix-cli" ,
6
- "main" : " app.js" ,
7
- "repository" : " http://github.com/matrix-io/matrix-os" ,
8
- "keywords" : " matrix,creator,iot,zmq,protobuf,zigbee,zwave,nfc,gyroscope,accellerometer,thread,bluetooth,ir,microphone,robots,smart homes,smart business,security,sensors,maker,firebase" ,
9
- "homepage" : " http://creator.matrix.one" ,
10
- "bugs" : " https://github.com/matrix-io/matrix-os/issues/new" ,
11
- "scripts" : {
12
- "debug" : " DEBUG=*,-engine*,-needle,-*led,-gatt,-bleno,-Component,-bt-characteristic,-hci NODE_ENV=dev node index.js" ,
13
- "debugger" : " DEBUG=*,-engine*,-needle,-*led,-gatt,-bleno,-Component,-bt-characteristic,-hci NODE_ENV=dev node --debug index.js" ,
14
- "debug-test" : " DEBUG=*,-engine*,-Component*,-gatt,-bleno,-bt-characteristic,-hci node test/_runner.js" ,
15
- "local-debug" : " DEBUG=*,-engine*,-Component* NODE_ENV=local node index.js" ,
16
- "local" : " NODE_ENV=local node index.js" ,
17
- "start" : " nodemon --watch lib --watch config" ,
18
- "test" : " node test/_runner.js" ,
19
- "pr" : " open https://bitbucket.org/admobilize/admatrix/pull-request/new" ,
20
- "deploy-clear" : " sudo rm -r db node_modules/matrix-firebase node_modules/matrix-app-config-helper node_modules/matrix-node-sdk node_modules/matrix-eventfilter" ,
21
- "deploy-copy" : " cd node_modules; cp -r ../../matrix-firebase ./matrix-firebase; cp -r ../../matrix-app-config-helper ./matrix-app-config-helper; cp -r ../../matrix-node-sdk ./matrix-node-sdk; cp -r ../../matrix-eventfilter ./matrix-eventfilter; cd ..;" ,
22
- "deploy-image" : " find apps -name '*.matrix' ! -name 'monitor.matrix' -type d -exec rm -r {} +; docker build --no-cache -t matrix/matrix-os .;docker push admobilize/matrix-os" ,
23
- "local-setup" : " cd node_modules; ln -s ../../pi-wifi ./pi-wifi; ln -s ../../matrix-firebase ./matrix-firebase; ln -s ../../matrix-app-config-helper ./matrix-app-config-helper; ln -s ../../matrix-node-sdk ./matrix-node-sdk; ln -s ../../matrix-eventfilter ./matrix-eventfilter; cd .." ,
24
- "sync" : " rsync -e ssh --progress -u package.json index.js pi@m:mos/;rsync -ru -e ssh --progress lib proto config apps test pi@m:mos" ,
25
- "sync-local" : " rsync -e ssh --progress -u package.json index.js pi@l:matrix-os/;rsync -ru -e ssh --progress lib proto config apps test pi@l:matrix-os" ,
26
- "sync-m1" : " rsync -e ssh --progress -u package.json index.js pi@m1:matrix-os/;rsync -ru -e ssh --progress lib proto config apps test pi@m1:matrix-os" ,
27
- "device-diagnostics" : " DEBUG=*,-engine*,-gatt,-bleno,-bt-characteristic,-hci START_APP=monitor NODE_ENV=dev node index.js" ,
28
- "screensaver" : " START_APP=life NODE_ENV=dev node index.js" ,
29
- "clock" : " START_APP=clock NODE_ENV=dev node index.js" ,
30
- "apphost-debug" : " docker run -v `pwd`/apps:/apps -it matrix-apphost bash" ,
31
- "apphost-build" : " docker build -t matrix-apphost -f Dockerfile-apphost-arm ." ,
32
- "upgrade" : " npm update matrix-node-sdk matrix-app-config-helper matrix-firebase matrix-eventfilter pi-wifi" ,
33
- "watch" : " nodemon --exec npm run sync"
34
- },
35
- "author" :
" Sean Canton <[email protected] >" ,
36
- "contributors" : [
37
-
38
- ],
39
- "license" : " ISC" ,
40
- "dependencies" : {
41
- "async" : " ^1.5.2" ,
42
- "chai" : " ^3.5.0" ,
43
- "colors" : " ^1.1.2" ,
44
- "debug" : " ^2.2.0" ,
45
- "engine.io-client" : " ^3.1.4" ,
46
- "fs-extra" : " ^0.30.0" ,
47
- "grpc" : " ^1.0.0" ,
48
- "js-yaml" : " ^3.6.1" ,
49
- "jsonwebtoken" : " ^5.7.0" ,
50
- "lodash" : " ^4.13.1" ,
51
- "matrix-app-config-helper" : " https://github.com/matrix-io/matrix-app-config-helper/tarball/master" ,
52
- "matrix-eventfilter" : " https://github.com/matrix-io/matrix-eventfilter/tarball/master" ,
53
- "matrix-firebase" : " https://github.com/matrix-io/matrix-firebase/tarball/master" ,
54
- "matrix-node-sdk" : " https://github.com/matrix-io/matrix-node-sdk/tarball/master" ,
55
- "matrix-protos" : " 0.0.11" ,
56
- "mic" : " ^2.1.1" ,
57
- "mocha" : " ^2.4.5" ,
58
- "nedb" : " ^1.8.0" ,
59
- "network" : " ^0.3.2" ,
60
- "optional" : " ^0.1.4" ,
61
- "pi-wifi" : " ^1.1.2" ,
62
- "protobufjs" : " ^5.0.1" ,
63
- "request" : " ^2.72.0" ,
64
- "rimraf" : " ^2.5.2" ,
65
- "should" : " ^7.0.2" ,
66
- "tinycolor2" : " ^1.3.0" ,
67
- "tree-kill" : " ^1.1.0" ,
68
- "unzip2" : " ^0.2.5" ,
69
- "zeromq" : " ^4.6.0"
70
- },
71
- "engines" : {
72
- "node" : " >=0.12.7 <=6.5"
73
- }
74
- }
75
- =======
76
2
"name" : " matrix-os" ,
77
3
"version" : " 0.16.0" ,
78
4
"description" : " Portal to device layer for AdMobilize Matrix devices. Includes global component, npm install -g matrix-cli" ,
148
74
"engines" : {
149
75
"node" : " >=0.12.7 <=6.5"
150
76
}
151
- }
152
- >>>>>>> sc/matrix-protos
77
+ }
0 commit comments