forked from ctrl-freaks/freezeframe.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 950 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": "freezeframe.js",
"version": "3.0.10",
"description": "freezeframe.js is a script that automatically pauses animated .gifs and enables them to start animation on mouse hover or click",
"main": "/build/freezeframe.js",
"directories": {
"test": "tests"
},
"dependencies": {
"imagesloaded": "^4.1.4"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ctrl-Freaks/freezeframe.js.git"
},
"author": "Chris Antonellis",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ctrl-Freaks/freezeframe.js/issues"
},
"homepage": "https://github.com/Ctrl-Freaks/freezeframe.js#readme"
}