-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "interpause.metattt",
"displayName": "metaTTT",
"version": "2.0.0",
"description": "Have fun!",
"main": "index.js",
"scripts": {
"test-android": "cordova run android --debug",
"test": "cordova run browser",
"build": "cordova run android --release --buildConfig --prod"
},
"repository": {
"type": "git",
"url": "https://github.com/Interpause/metaTTT_App.git"
},
"keywords": [
"ecosystem:cordova"
],
"author": {
"name": "John-Henry Lim",
"email": "[email protected]",
"url": "https://github.com/Interpause"
},
"license": "UNLICENSED",
"dependencies": {
"cordova-android": "^9.0.0",
"cordova-browser": "^6.0.0",
"cordova-launch-review": "^3.1.1",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-statusbar": "^2.4.3",
"es6-promise-plugin": "^4.2.2"
},
"devDependencies": {
"browserify": "^16.5.2",
"cordova-plugin-whitelist": "^1.3.4",
"tinyify": "^2.5.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-headercolor": {},
"cordova-launch-review": {}
},
"platforms": [
"browser",
"android"
]
}
}