-
Notifications
You must be signed in to change notification settings - Fork 235
/
package.json
34 lines (34 loc) · 863 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
{
"name": "imagehover.css",
"version": "2.0.0",
"description": "*A Scaleable & Light Image Hover CSS Library*",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciar4n/imagehover.css.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ciar4n/imagehover.css/issues"
},
"homepage": "https://github.com/ciar4n/imagehover.css#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-postcss": "^8.0.0",
"gulp-clean": "^0.4.0",
"autoprefixer": "^9.6.0"
},
"browserslist": [
"last 1 version"
]
}