-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
40 lines (40 loc) · 904 Bytes
/
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
{
"name": "cordova-template-framework7-vue-webpack",
"version": "2.4.4",
"description": "Cordova template with framework7, vue 2 and webpack 2.",
"main": "index.js",
"scripts": {
"test": "echo \"Err: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/caiobiodere/cordova-template-framework7-vue-webpack.git"
},
"homepage": "https://github.com/caiobiodere/cordova-template-framework7-vue-webpack",
"keywords": [
"ecosystem:phonegap",
"ecosystem:cordova",
"cordova:template",
"phonegap:template",
"cordova-template",
"template",
"webpack",
"vue.js",
"vue",
"mobile",
"framework",
"framework7",
"ios",
"iphone",
"ipad",
"apple",
"phonegap",
"touch",
"app",
"f7",
"material",
"android"
],
"author": "Caio Biodere",
"license": "Apache-2.0"
}