-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "appear",
"version": "1.3.0",
"description": "utility to run functions when dom elements are visible",
"kewords": "detect viewable elements dom lazy load scroll ",
"main": "dist/appear.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"no tests\"",
"prepublish": "gulp build",
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy"
},
"author": "Matthew Hadley (https://github.com/diffsky)",
"license": "MIT",
"devDependencies": {
"gulp": "3.x.x",
"gulp-strip-debug": "1.x.x",
"gulp-uglify": "1.x.x",
"gulp-eslint": "0.x.x",
"gulp-replace": "0.x.x",
"marked": "0.x.x",
"ejstpl": "4.x.x",
"gulp-size": "1.x.x",
"gulp-tap": "0.x.x",
"mkdirp": "0.x.x",
"gulp-rename": "1.x.x"
},
"repository": {
"type": "git",
"url": "git://github.com/creativelive/appear.git"
},
"bugs": {
"url": "https://github.com/creativelive/appear/issues"
},
"homepage": "http://creativelive.github.io/appear/"
}