forked from imakewebthings/waypoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
35
{
"name": "waypoints",
"version": "4.0.1",
"author": "Caleb Troughton <[email protected]> (http://imakewebthings.com)",
"description": "Easily execute a function when you scroll to an element",
"scripts": {
"build": "gulp build",
"start": "gulp",
"test": "testem ci",
"tdd": "testem",
"watch": "gulp watch"
},
"main":"./lib/noframework.waypoints.js",
"repository": {
"type": "git",
"url": "https://github.com/imakewebthings/waypoints.git"
},
"keywords": [
"scroll"
],
"devDependencies": {
"eslint": "^0.6.2",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-eslint": "^0.1.7",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.3.1",
"merge-stream": "^0.1.1",
"testem": "0.6.24"
},
"license": "MIT"
}