forked from Ins-V/iTooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 999 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
{
"name": "itooltip",
"version": "1.1.1",
"description": "The JavaScript library let’s you transform native tooltip’s into customizable overlays.",
"main": "src/iTooltip.js",
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"author": "Vitalii Husarev",
"repository": {
"type": "git",
"url": "https://github.com/Ins-V/iTooltip.git"
},
"homepage": "https://github.com/Ins-V/iTooltip/blob/master/README.md",
"bugs": {
"url": "https://github.com/Ins-V/iTooltip/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
}
}