-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "vue-directive-tooltip",
"version": "1.6.3",
"description": "Vue.js tooltip directive ",
"keywords": [
"vue",
"tooltip",
"directive",
"vue tooltip"
],
"author": "Laurent Blanes <laurent.blanes@gmail.com>",
"main": "dist/vueDirectiveTooltip.js",
"jsnext:main": "dist/vueDirectiveTooltip.common.js",
"style": "dist/vueDirectiveTooltip.css",
"files": [
"src",
"dist"
],
"license": "MIT",
"scripts": {
"build": "node build-lib.js",
"build:all": "node build-all.js",
"dev": "cd site && npm start",
"start": "npm run dev",
"release": "release-it"
},
"dependencies": {
"popper.js": "1.15.0"
},
"devDependencies": {
"eslint-config-standard-extended": "^1.0.1",
"fs-extra": "^8.1.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"release-it": "^12.3.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hekigan/vue-directive-tooltip.git"
}
}