forked from Rplus/lazy-blur.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
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
{
"name": "lazy-blur.js",
"version": "0.1.2",
"description": "Progressive image loader with SVG blur effect",
"main": "dist/lazy-blur.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rplus/lazy-blur.js.git"
},
"keywords": [
"lazy-load",
"blur"
],
"author": "Rplus",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rplus/lazy-blur.js/issues"
},
"homepage": "https://github.com/Rplus/lazy-blur.js",
"devDependencies": {
"babel": "^6.3.13",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.7.1",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1"
}
}