forked from framework7io/framework7-template-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "framework7-template-tabs",
"version": "1.0.0",
"description": "Framework7 tabs starter app template",
"repository": {
"type": "git",
"url": "git+https://github.com/framework7io/framework7-template-tabs.git"
},
"scripts": {
"start": "npm run serve",
"serve": "http-server ./www/ -o -c 1 -a localhost",
"copy-f7": "cpy node_modules/framework7/js/*.* www/framework7/js && cpy node_modules/framework7/css/*.* www/framework7/css && cpy node_modules/framework7-icons/fonts/*.* www/fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} www/fonts",
"postinstall": "npm run copy-f7"
},
"keywords": [
"framework7",
"template",
"ios",
"android",
"mobile",
"app",
"cordova",
"phonegap"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/framework7io/framework7-template-tabs/issues"
},
"homepage": "https://github.com/framework7io/framework7-template-tabs#readme",
"devDependencies": {
"cpy-cli": "^1.0.1",
"framework7": "^4.0.0",
"framework7-icons": "^2.2.0",
"http-server": "^0.10.0",
"material-design-icons": "^3.0.1"
}
}