-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "@flexui/dialog",
"version": "0.0.1",
"description": "The flex ui dialog plugin.",
"author": {
"name": "nuintun",
"email": "nuintun@qq.com"
},
"homepage": "https://flexui.github.io/dialog",
"repository": {
"type": "git",
"url": "git://github.com/flexui/dialog.git"
},
"bugs": {
"url": "https://github.com/flexui/dialog/issues",
"email": "nuintun@qq.com"
},
"license": "MIT",
"keywords": [
"dialog"
],
"jsnext:main": "dialog.js",
"dependencies": {
"@flexui/utils": "https://github.com/flexui/utils/archive/master.tar.gz",
"@flexui/layer": "https://github.com/flexui/layer/archive/master.tar.gz",
"@flexui/z-index": "https://github.com/flexui/z-index/archive/master.tar.gz",
"@flexui/effects-events": "https://github.com/flexui/effects-events/archive/master.tar.gz"
},
"devDependencies": {
"rollup": "^0.41.6",
"uglify-js": "^3.0.11",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-resolve": "^3.0.0"
},
"readmeFilename": "README.md"
}