forked from okhiroyuki/nodejs-mobile-cordova
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "@red-mobile/nodejs-mobile-cordova",
"version": "3.1.0",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "@red-mobile/nodejs-mobile-cordova",
"platforms": [
"android"
]
},
"scripts": {
"build:node": "node zipLibNode.js",
"test:clean": "rimraf testapp/node_modules testapp/plugins testapp/platforms testapp/temp-module-copy",
"test:install": "cd testapp && npm i",
"test:android": "cd testapp && cordova platform add android && cordova prepare android && cordova build",
"test:build": "run-s test:clean test:install test:android"
},
"keywords": [
"cordova",
"mobile",
"nodejs",
"node.js",
"nodejs-mobile",
"ecosystem:cordova",
"cordova-android"
],
"author": "janeasystems",
"license": "MIT",
"dependencies": {
"node-gyp-build-mobile": "4.6.0-3",
"nodejs-mobile-gyp": "0.3.1",
"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"
}
}
},
"devDependencies": {
"npm-run-all2": "6.1.1",
"rimraf": "5.0.5"
}
}