-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 914 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
37
38
39
40
41
42
{
"name": "tooltip-core",
"title": "Tooltip",
"description": "A tooltip library made in pure CSS.",
"version": "2.1.0",
"style": "dist/tooltip.css",
"main": "dist/tooltip.css",
"files": [
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JofunLiang/tooltip.git"
},
"keywords": [
"tooltip",
"ui",
"sass",
"css",
"css3",
"help"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JofunLiang/tooltip/issues"
},
"homepage": "https://github.com/JofunLiang/tooltip#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-connect": "^5.7.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0"
}
}