forked from juijs/jui-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 1.68 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 1.68 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "jui",
"version": "1.3.2",
"description": "JENNIFER UI is all free. a simple, fast, many: JUI is all-in-one desktop UI framework. Bootstrap support, Independent style & script components, SVG-based chart components.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "jui.node.js",
"repository": {
"type": "git",
"url": "https://github.com/seogi1004/jui.git"
},
"keywords": [
"HTML5",
"CSS",
"JS",
"JavaScript",
"SVG",
"chart",
"framework",
"bootstrap",
"front-end",
"frontend",
"web development",
"free",
"MIT"
],
"author": "seogi1004",
"license": "MIT",
"bugs": {
"url": "https://github.com/seogi1004/jui/issues"
},
"devDependencies": {
"css": "^2.1.0",
"datauri": "^0.6.0",
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "*",
"load-grunt-tasks": "~0.2.0"
},
"categories": [
"Frameworks",
"UI"
],
"maintainers": [
{
"name": "Alvin",
"email": "alvin@jennifersoft.com"
}
],
"contributors": [
{
"name": "Jayden",
"email": "jayden@jennifersoft.com"
},
{
"name": "Yoha",
"email": "yoha@jennifersoft.com"
}
],
"jam": {
"dependencies": {
"jquery": ">1.8.0"
},
"main": "jui.min.js",
"shim": {
"deps": [
"jquery"
],
"exports": "jui"
}
},
"dependencies": {
"jsdom": "~3.1.0",
"jquery": "~2.1.3"
}
}