-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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
{
"name": "vue-click-helper",
"version": "0.0.2",
"description": "A Vue directive to distinguish between click and double click",
"main": "dist/clickHelper.js",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.18.0"
},
"scripts": {
"dist":"babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/huangshuwei/vue-click-helper"
},
"homepage": "https://github.com/huangshuwei/vue-click-helper/blob/master/README.md",
"keywords": [
"vue",
"click",
"dblclick",
"double click",
"directive"
],
"author": "https://github.com/huangshuwei",
"license": "MIT"
}