-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
42 lines (42 loc) · 960 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": "wenk",
"version": "1.0.8",
"description": "Lightweight tooltip for the greater good",
"main": "dist/wenk.css",
"style": "dist/wenk.css",
"scripts": {
"test": "echo nope",
"build": "gulp build",
"start": "gulp demo",
"dev": "gulp",
"size": "gulp size",
"deploy": "gulp build && gh-pages -d demo"
},
"keywords": [
"wenk",
"pure CSS",
"tooltip",
"lightweight",
"hint"
],
"files": [
"dist"
],
"homepage": "https://tiaanduplessis.github.io/wenk/",
"author": "Tiaan du Plessis @tiaanduplessis",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.23.6",
"cssnano": "^4.0.0",
"del": "^3.0.0",
"gh-pages": "^2.0.0",
"gulp": "^4.0.0",
"gulp-header": "^2.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"postcss-cssnext": "^3.1.0"
}
}