forked from karlsen-network/node-flow-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 923 Bytes
/
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
41
42
43
44
{
"name": "@aspectron/flow-ux",
"version": "1.1.1",
"description": "User Interface Framework",
"main": "flow-ux.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/aspectron/flow-ux"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@webcomponents/webcomponentsjs": "*",
"lit": "*",
"lit-element": "3.2.2"
},
"devDependencies": {
"eslint": "*",
"eslint-config-google": "*",
"flow-jsdoc-template": ">=2.0.1",
"jsdoc": "*",
"uglify-es": "*"
},
"scripts": {
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"author": {
"name": "ASPECTRON Inc.",
"email": "[email protected]",
"url": "https://aspectron.com"
},
"files": [
"flow-ux.js",
"flow-ux.css",
"src",
"README.md",
"LICENSE",
".jsdoc.js",
"resources",
"extern"
],
"readme": "AXY"
}