-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.22 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"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"
],
"repository": {
"type": "git",
"url": "https://github.com/annexare/scrolly.js.git"
},
"main": "public/js/scrolly.js",
"dependencies": {},
"devDependencies": {
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-jade": "*",
"gulp-jshint": "*",
"gulp-less": "*",
"gulp-livereload": "*",
"gulp-plumber": "*",
"gulp-react": "^3.1",
"gulp-rename": "*",
"gulp-uglify": "*",
"gulp-wrapper": "*",
"del": "*",
"ecstatic": "*",
"jshint-stylish": "*",
"moment": "*"
},
"author": {
"name": "Dmytro",
"email": "[email protected]",
"url": "https://github.com/z-ax"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/scrolly.js/issues"
},
"engines": {
"node": ">=0.10.31"
}
}