-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "@musicociel/app",
"version": "0.0.0-placeholder",
"description": "Cordova application allowing to display songs.",
"author": "DivDE <[email protected]>",
"license": "AGPL-3.0",
"devDependencies": {
"cordova": "^7.0.1",
"recursive-copy": "^2.0.6",
"semantic-release": "^6.3.6"
},
"dependencies": {
"@musicociel/webapp": "^0.1.1",
"cordova-android": "^6.2.3",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-sqlite-2": "^1.0.4",
"cordova-plugin-whitelist": "^1.3.2"
},
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/musicociel/app.git"
},
"release": {
"verifyRelease": {
"path": "./publish/verify-release.js"
}
},
"scripts": {
"semantic-release": "semantic-release",
"cordova": "cordova"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-sqlite-2": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-insomnia": {}
}
}
}