-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 835 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 835 Bytes
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
{
"name": "scroll-frame",
"version": "1.0.0",
"description": "Retain your scroll position between pages using an iframe. Especially helpful for infinite scrolling views.",
"keywords": [
"scroll",
"infinite",
"infinite scroll",
"iframe",
"scroll position",
"retain scroll"
],
"repository": {
"type": "git",
"url": "http://github.com/artsy/scroll-frame.git"
},
"author": {
"name": "Craig Spaeth",
"email": "craigspaeth@gmail.com",
"url": "http://craigspaeth.com"
},
"engines": {
"node": ">= 0.10.x"
},
"scripts": {
"test": "mocha",
"example": "node example/server.js"
},
"dependencies": {
},
"devDependencies": {
"express": "*",
"mocha": "*",
"should": "*",
"zombie": "*",
"jquery-on-infinite-scroll": "*",
"sinon": "*"
}
}