-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 KB
/
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
45
46
47
48
49
50
51
{
"name": "vue-clickaway2",
"description": "Reusable clickaway directive for reusable Vue.js components",
"version": "2.3.2",
"author": "Denis Karabaza <[email protected]>",
"contributors": [
"Ciro DE CARO <[email protected]>",
"Daniel Turcich <[email protected]>"
],
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/silverspectro/vue-clickaway2/issues"
},
"dependencies": {
"loose-envify": "^1.2.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"mkdirp": "^0.5.1",
"rollup": "^0.21.2",
"rollup-plugin-replace": "^1.1.0",
"uglify-js": "^2.6.1"
},
"homepage": "https://github.com/silverspectro/vue-clickaway2",
"keywords": [
"click",
"clickaway",
"reusable",
"vue",
"vue-directive",
"vuejs"
],
"license": "MIT",
"main": "dist/vue-clickaway.common.js",
"types": "types/index.d.ts",
"peerDependencies": {
"vue": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/silverspectro/vue-clickaway2"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js build.js",
"build": "node build.js"
}
}