-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"name": "Styled-Scroll",
"version": "0.1.0",
"description": "Custom scrollbars with native performance.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/NickLargen/Styled-Scroll.git"
},
"keywords": [
"scroll",
"scrolling",
"scrollbar"
],
"author": "Nick Largen",
"license": "MIT",
"bugs": {
"url": "https://github.com/NickLargen/Styled-Scroll/issues"
},
"homepage": "https://github.com/NickLargen/Styled-Scroll#readme",
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp": "gulpjs/gulp#4.0",
"gulp-bump": "^0.3.1",
"gulp-gzip": "^1.2.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"jshint-stylish": "^2.0.1",
"through2": "^2.0.0",
"uglify-js": "^2.4.23",
"vinyl-sourcemaps-apply": "^0.1.4"
}
}