-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 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
{
"name": "vpweb",
"version": "0.2.6",
"description": "Vanilla+: minimalistic web interface development library",
"type": "module",
"exports": {
".": "./js/vpweb.js",
"./*": "./js/*.js"
},
"author": "Stéphane Lavergne <lis@imars.com> (https://github.com/vphantom)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vphantom/vpweb.git"
},
"bugs": "https://github.com/vphantom/vpweb/issues",
"homepage": "https://github.com/vphantom/vpweb",
"files": [
"BROWSER_SUPPORT.md",
"CONTRIBUTING.md",
"LICENSE.txt",
"Makefile",
"README.md",
"css/*.css",
"dist/*.{css,js,map}",
"docs/*.{html,md}",
"js/*.js"
],
"devDependencies": {
"docblox2md": "^0.8.1",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"postcss-lightningcss": "^1.0.1",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2"
}
}