UNPKG

react-native-c8osdk

Version:
48 lines (47 loc) 1.19 kB
{ "name": "react-native-c8osdk", "version": "1.0.4", "description": "Use Convertigo MBaaS from React native apps", "main": "src/all.js", "typings": "src/all.d.ts", "repository": { "type": "git", "url": "https://github.com/convertigo/react-native-c8osdk" }, "scripts": { "shipit": "np", "docs": "typedoc --theme markdown --mdEngine github --mdHideSources --module 'commonjs' --target 'ES5' --out ./apidoc/ ./src/" }, "keywords": [ "react-component", "react-native", "ios", "android", "windows", "device", "events", "cocoapod", "mbaas", "madp" ], "author": "Charles Grimont <charlesg@convertigo.com> (https://github.com/CharlesGrimont)", "contributors": [ { "name": "Nicolas Albert", "email": "nicolasa@convertigo.com", "url": "https://github.com/nicolas-albert" }, { "name": "Olivier Picioto", "email": "olivierp@convertigo.com", "url": "https://github.com/olivierpiccioto" } ], "license": "Apache 2.0", "devDependencies": { "np": "^2.16.0", "prettier": "^1.10.2", "typedoc": "^0.11.1", "typedoc-plugin-markdown": "^1.1.13" } }