- Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
25 lines (25 loc) · 568 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 568 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
{
"name": "cmui-action",
"version": "0.4.0",
"homepage": "https://github.com/cssmagic/action",
"author": "cssmagic <cssmagic.cn@gmail.com>",
"description": "Easy and lazy solution for click-event-binding.",
"license": "MIT",
"keywords": [
"click",
"event"
],
"main": "./src/action.js",
"scripts": {
"test": "echo \"See README.md to run tests in browsers.\" && exit 1"
},
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"zepto.js": "^1.1.6",
"mocha.css": "^0.1.1",
"mocha": "5.*",
"chai": "4.*"
}
}