-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.15 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.15 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
{
"name": "funky-frame",
"version": "1.0.4",
"description": "Lightweight, no-build JavaScript UI framework with 86+ components, PWA support, and zero dependencies",
"main": "js/core/namespace.js",
"browser": "js/core/namespace.js",
"files": [
"js/core/",
"js/components/",
"js/sw/",
"renderers/",
"css/",
"fonts/",
"icons/",
"vendor/",
"docs/",
"md/",
"README.md"
],
"scripts": {
"start": "npx serve . -p 3000",
"playground": "npx serve . -p 3000 --open /playground/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThisUsedToBeAnEmail/Funky-Frame.git"
},
"keywords": [
"ui",
"framework",
"components",
"javascript",
"es5",
"no-build",
"playground",
"vanilla-js",
"dom",
"spa",
"pwa",
"ui-components",
"no-dependencies",
"bootstrap",
"accessibility",
"wcag"
],
"author": "LNATION",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThisUsedToBeAnEmail/Funky-Frame/issues"
},
"homepage": "https://github.com/ThisUsedToBeAnEmail/Funky-Frame#readme",
"engines": {
"node": ">=14.0.0"
}
}