forked from leonardoquevedox/capacitor-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 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": "capacitor-resources",
"version": "2.0.6",
"description": "Generates icon & splash screen for capacitor projects using javascript only.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"capacitor-resources": "./bin/capacitor-resources"
},
"scripts": {
"capacitor-resources": "cross-env CAPACITOR_RESOURCES_STAGE=development node bin/capacitor-resources"
},
"repository": {
"type": "git",
"url": "git://github.com/leopq/capacitor-resources.git"
},
"keywords": [
"capacitor",
"resources",
"icon",
"splash",
"splashscreen",
"generator",
"cli",
"tool"
],
"author": {
"name": "Leonardo Quevedo",
"email": "lpachecoquevedo@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/leopq/capacitor-resources/issues"
},
"homepage": "https://github.com/leopq/capacitor-resources",
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"bluebird": "^3.7.2",
"colors": "^1.4.0",
"commander": "^4.0.1",
"cross-env": "^6.0.3",
"fs-extra": "^8.1.0",
"gauge": "^2.7.4",
"jimp": "^0.9.3",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.15",
"shelljs": "^0.8.3"
},
"contributors": [
{
"name": "leopq",
"email": "lpachecoquevedo@gmail.com"
}
]
}