-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 Bytes
/
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
{
"name": "vue1-b-tooltip",
"version": "1.0.3",
"description": "Bootstrap tooltip for vue1 directive",
"main": "dist/vue1-b-tooltip.js",
"scripts": {
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iml885203/vue1-b-tooltip.git"
},
"author": "Long Guo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iml885203/vue1-b-tooltip/issues"
},
"homepage": "https://github.com/iml885203/vue1-b-tooltip#readme",
"keywords": [
"Vue1",
"VueJS",
"Vue",
"bootstrap",
"tooltip"
],
"dependencies": {},
"files": [
"/dist"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-1": "^6.24.1"
}
}