forked from JaneaSystems/nodejs-mobile-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 961 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
37
38
39
40
41
{
"name": "nodejs-mobile-react-native",
"version": "0.3.1",
"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/janeasystems/nodejs-mobile-react-native"
},
"bugs": {
"url": "https://github.com/janeasystems/nodejs-mobile/issues"
},
"peerDependencies": {
"react-native": ">=0.52.0"
},
"dependencies": {
"nodejs-mobile-gyp": "^0.2.0",
"ncp": "^2.0.0",
"mkdirp": "^0.5.1",
"xcode": "^0.9.3"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/nodejs-mobile-react-native/scripts/module-postlink.js"
}
}
}