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