-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
36 lines (36 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}