-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "hui",
"version": "1.3.0",
"description": "Generic UI Component class",
"dependencies": {
"nanohtml": "^1.8.0",
"nanomorph": "^5.4.0",
"nanomorph-guard": "^2.1.0",
"fast-on-load": "^1.0.0",
"sheetify": "^8.0.0"
},
"devDependencies": {
"standard": "^14.0.0",
"dependency-check": "^4.0.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"test": "run-s test:*",
"test:deps": "dependency-check package.json morph.js guard.js css.js html/index.js html/raw.js --entry 'lib/*.js' --missing --unused --no-dev -i sheetify-nested -i sheetify-postcss",
"test:lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperdivision/hui.git"
},
"keywords": [],
"author": "Hyperdivision",
"contributors": [
"Emil Bay <[email protected]>",
"Mathias Buus <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/hyperdivision/hui/issues"
},
"homepage": "https://github.com/hyperdivision/hui#readme"
}