19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "waypoints",
|
|
"main": "lib/noframework.waypoints.js",
|
|
"description": "Easily execute a function when you scroll to an element.",
|
|
"ignore": [
|
|
"gulpfile.js",
|
|
"package.json",
|
|
"src",
|
|
"test",
|
|
"testem.json"
|
|
],
|
|
"devDependencies": {
|
|
"jquery": "~1.11.1",
|
|
"lodash": "~2.4.1",
|
|
"jasmine-jquery": "~1.7.0",
|
|
"zepto": "~1.1.3"
|
|
}
|
|
}
|