UNPKG

nodejs-mobile-react-native

Version:
37 lines (36 loc) 871 B
{ "name": "nodejs-mobile-react-native", "version": "18.20.4", "description": "Node.js for Mobile Apps React Native plugin", "main": "index.js", "scripts": { "postinstall": "node scripts/create-node-structure.js" }, "keywords": [ "react-native", "mobile", "nodejs", "node.js", "nodejs-mobile" ], "author": "janeasystems", "license": "MIT", "homepage": "https://code.janeasystems.com/nodejs-mobile", "repository": { "type": "git", "url": "https://github.com/nodejs-mobile/nodejs-mobile-react-native" }, "bugs": { "url": "https://github.com/nodejs-mobile/nodejs-mobile/issues" }, "peerDependencies": { "react-native": ">=0.60.0" }, "dependencies": { "mkdirp": "^0.5.1", "ncp": "^2.0.0", "nodejs-mobile-gyp": "^0.4.0", "node-gyp-build-mobile": "4.6.0-2", "xcode": "^2.0.0" } }