-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 1.01 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
{
"name": "fluid-slider",
"version": "1.0.3",
"description": "Percentage-based Slider component built around the [Swipe Component](https://github.com/component/swipe). Useful for responsive projects because of configurable breakpoints/slides. Be sure to check out the [demo](http://jonykrause.github.io/fluid-slider/).",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"translate": "git+ssh://[email protected]:jonykrause/translate.git#flexible-unit",
"swipe": "git+ssh://[email protected]:jonykrause/swipe.git#update/translate/swipe-items"
},
"repository": {
"type": "git",
"url": "git://github.com/jonykrause/fluid-slider.git"
},
"author": "Jonathan Krause <[email protected]> (http://jonykrau.se/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonykrause/fluid-slider/issues"
},
"homepage": "https://github.com/jonykrause/fluid-slider"
}