forked from lmgonzalves/momentum-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 831 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
{
"name": "momentum-slider",
"version": "0.0.7",
"description": "Create sliders with momentum!",
"main": "dist/momentum-slider.js",
"unpkg": "dist/momentum-slider.min.js",
"repository": {
"type": "git",
"url": "https://github.com/lmgonzalves/momentum-slider.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"animation",
"slider"
],
"author": "lmgonzalves",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmgonzalves/momentum-slider/issues"
},
"homepage": "https://github.com/lmgonzalves/momentum-slider",
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0"
}
}