forked from ciar4n/imagehover.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 729 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 729 Bytes
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
{
"name": "imagehover.css",
"version": "1.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": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.2.0"
}
}