-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "zuix",
"version": "1.2.7",
"description": "zUIx is a JavaScript library for creating component-based websites and applications.",
"main": "dist/js/zuix.min.js",
"typings": "dist/ts/zuix.d.ts",
"module": "dist/js/zuix.module.js",
"scripts": {
"info": "echo 'zUIx.js, friendly component-based web development.'",
"test": "echo \"Error: not implemented\" && exit 1",
"build": "echo '=> running build' && node build",
"docs": "jsdoc -c jsdoc.conf.json -t ./build/jsdoc/templates/markdown -a public",
"version": "./build/version.sh",
"postbuild": "./build/post-build.sh"
},
"author": "Generoso Martello",
"repository": {
"type": "git",
"url": "git://github.com/zuixjs/zuix.git"
},
"contributors": [],
"bugs": {
"url": "https://github.com/zuixjs/zuix/issues"
},
"keywords": [
"zuix",
"zuix.js"
],
"license": "Apache-2.0",
"devDependencies": {
"eslint": "10.2.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^62.9.0",
"fs-readdir-recursive": "^1.1.0",
"globals": "^17.4.0",
"jsdoc": "^4.0.5",
"terminal-kit": "^3.1.2",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2"
}
}