-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 906 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 906 Bytes
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
{
"name": "jfly",
"version": "1.0.0",
"description": "modern vuetifyjs-based java web UI toolkit",
"main": "index.js",
"dependencies": {
"gulp": "^4.0.1",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"jquery": "^3.4.0",
"material-design-icons-iconfont": "^4.0.5",
"semver": "^6.0.0",
"vue": "^2.6.10",
"vuetify": "^1.5.13"
},
"devDependencies": {
"node-minify": "^2.4.2",
"concat": "^1.0.3"
},
"scripts": {
"install-build": "npm install && npm run build",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojo2012/jfly.git"
},
"keywords": [
"vue",
"vuetify",
"java",
"web",
"ui-toolkit"
],
"author": "Matthias Fuchs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mojo2012/jfly/issues"
},
"homepage": "https://github.com/mojo2012/jfly#readme"
}