-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
41 lines (41 loc) · 951 Bytes
/
bower.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
39
40
41
{
"name": "scrolly",
"version": "0.6.2",
"description": "Scrolly: fast vanilla JS scrollbar plugin.",
"keywords": [
"scroll", "scrollbar", "scrolly", "bar",
"js", "javascript", "vanilla", "amd",
"react", "reactjs", "component",
"jquery", "zepto", "jbone",
"annexare"
],
"author": {
"name": "Dmytro",
"email": "[email protected]",
"url": "https://github.com/z-ax"
},
"dependencies": {
},
"devDependencies": {
"jbone": "*",
"react": "^0.14.3"
},
"ignore": [
"*",
"!public/",
"!public/css/*",
"!public/js/*scrolly.*js",
"!LICENSE",
"!README.md"
],
"main": "public/js/scrolly.js",
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/annexare/scrolly.js.git"
}
}