UNPKG

braincloud

Version:
69 lines (68 loc) 1.52 kB
{ "name": "braincloud", "version": "5.6.0", "description": " brainCloud client for NodeJS", "main": "index.js", "react-native": "react-native.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "update-client": "./updateClientCode.sh" }, "repository": { "type": "git", "url": "git+https://github.com/getbraincloud/braincloud-js.git" }, "keywords": [ "braincloud", "baas", "js" ], "author": "Mario Couture <marioc@bitheads.com>", "license": "Apache-2.0", "peerDependencies": { "@react-native-community/async-storage": "^2.4.2", "node-localstorage": "^1.3.1", "react-native": "^0.59.8", "react-native-background-timer": "^2.1.1", "ws": "^6.1.2", "xmlhttprequest": "^1.8.0" }, "dependencies": { "buffer": "^6.0.3", "crypto-js": "^4.2.0", "form-data": "^2.3.2", "get-user-locale": "^1.4.0", "md5": "^2.3.0" }, "peerDependenciesMeta": { "@react-native-community/async-storage": { "optional": true }, "react-native-background-timer": { "optional": true }, "react-native": { "optional": true }, "node-localstorage": { "optional": true }, "ws": { "optional": true }, "xmlhttprequest": { "optional": true } }, "homepage": "https://portal.braincloudservers.com", "files": [ "index.js", "react-native.js", "package.json", "lib/*", "README.md" ] }