-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.15 KB
/
package.json
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
{
"name": "zuix",
"version": "1.1.29",
"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",
"release": "./build/release_post.sh",
"deploy": "./build/release_deploy.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": "^8.16.0",
"eslint-config-google": "^0.14.0",
"fs-readdir-recursive": "^1.1.0",
"jsdoc": "^3.6.10",
"replace": "^1.2.1",
"terminal-kit": "^2.4.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}