forked from callmecavs/layzr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (42 loc) · 1.32 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
41
42
43
44
45
46
47
{
"name": "layzr.js",
"version": "2.0.4",
"description": "A small, fast, and modern library for lazy loading images.",
"homepage": "http://callmecavs.github.io/layzr.js/",
"main": "dist/layzr.min.js",
"author": "Michael Cavalea",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/callmecavs/layzr.js.git"
},
"bugs": {
"url": "https://github.com/callmecavs/layzr.js/issues"
},
"keywords": [
"images",
"lazy",
"load",
"scroll"
],
"dependencies": {
"knot.js": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.0",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"lodash.assign": "^4.0.0",
"node-notifier": "^4.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}