-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 838 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
36
37
38
{
"name": "raf-scroll",
"version": "1.4.0",
"description": "A scroll event that fires only once per frame.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "prova -b ./test/**/*.js -l phantom -q",
"test-browser": "prova -b ./test/**/*.js -l chrome"
},
"repository": {
"type": "git",
"url": "https://github.com/ayamflow/raf-scroll"
},
"keywords": [
"raf",
"requestanimationframe",
"frame",
"scroll",
"event"
],
"author": "= <=>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayamflow/raf-scroll/issues"
},
"homepage": "https://github.com/ayamflow/raf-scroll",
"dependencies": {
"component-raf": "^1.2.0",
"scrolltop": "0.0.1",
"tiny-emitter": "^1.0.0"
},
"devDependencies": {
"prova": "^2.1.2"
}
}