forked from JaneaSystems/nodejs-mobile-cordova
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.55 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@red-mobile/nodejs-mobile-cordova",
"version": "3.4.1",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "@red-mobile/nodejs-mobile-cordova",
"platforms": ["android", "ios"]
},
"scripts": {
"build:node": "node zipLibNode.js",
"build:clean": "rimraf testapp/node_modules testapp/plugins testapp/platforms testapp/temp-module-copy",
"build:install": "cd testapp && npm i",
"build:android": "cd testapp && npx cordova platform add android && npx cordova prepare android && npx cordova build",
"build": "run-s build:clean build:install build:android"
},
"keywords": [
"cordova",
"mobile",
"nodejs",
"node.js",
"nodejs-mobile",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "janeasystems",
"license": "MIT",
"dependencies": {
"node-gyp-build-mobile": "4.6.0-3",
"nodejs-mobile-gyp": "0.4.0",
"tar.gz2": "1.0.0",
"xcode": "2.1.0"
},
"homepage": "https://github.com/okhiroyuki/nodejs-mobile-cordova",
"repository": {
"type": "git",
"url": "https://github.com/okhiroyuki/nodejs-mobile-cordova"
},
"bugs": {
"url": "https://github.com/okhiroyuki/nodejs-mobile/issues"
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova-android": ">=12.0.0",
"cordova-ios": ">=4.0.0"
}
}
},
"devDependencies": {
"cordova": "12.0.0",
"dprint": "0.47.5",
"npm-run-all2": "6.2.6",
"rimraf": "6.0.1"
}
}