-
- Downloads
Enregistrement des erreurs
... | ... | @@ -22,7 +22,8 @@ |
"cordova-plugin-indooratlas": "git+https://github.com/IndoorAtlas/cordova-plugin.git", | ||
"cordova-plugin-magnetometer": "git+https://github.com/sdesalas/cordova-plugin-magnetometer.git", | ||
"cordova-plugin-sensors": "git+https://github.com/fabiorogeriosj/cordova-plugin-sensors.git", | ||
"cordova-plugin-whitelist": "^1.3.4" | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordovarduino": "0.0.10" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
... | ... | @@ -33,7 +34,8 @@ |
"cordova-plugin-magnetometer": {}, | ||
"cordova-plugin-indooratlas": {}, | ||
"cordova-plugin-sensors": {}, | ||
"cordova-plugin-file": {} | ||
"cordova-plugin-file": {}, | ||
"cordovarduino": {} | ||
}, | ||
"platforms": [ | ||
"android", | ||
... | ... |
Please register or sign in to comment