-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 851 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
{
"name": "scroll-window-to-element",
"version": "1.0.5",
"description": "Simple ES6 Class for scroll window to DOM element with smooth animation",
"main": "./lib/scroll-window-to-element.js",
"author": "Vadim Petrov – github.com/komock",
"repository": {
"type": "git",
"url": "https://github.com/Komock/scroll-window-to-element.git"
},
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-pug": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}