-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "smooths",
"version": "1.0.2",
"description": "Smooths, a very lightweight (~1KB) script that assists smooth scrolling. Written in Vanilla JS.",
"main": "gulpfile.js",
"dependencies": {
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"bourbon": "^4.3.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-ignore": "^2.0.2",
"gulp-livereload": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milanmilosev/smooths.git"
},
"keywords": [
"smooths",
"scrolling",
"links",
"animation"
],
"author": "Milan Milosev",
"license": "ISC",
"bugs": {
"url": "https://github.com/milanmilosev/smooths/issues"
},
"homepage": "https://github.com/milanmilosev/smooths#readme"
}