forked from RajKumarBhardwaj/yerslider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 698 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "YerSlider",
"version": "1.10.0",
"license": "MIT or GPL",
"description": "YerSlider is designed for developpers, high responsive and potentially can slide anything.",
"homepage": "http://demo.johannheyne.de/yerslider/demo/",
"repository": {
"type": "git",
"url": "https://github.com/johannheyne/yerslider.git"
},
"author": {
"name": "Johann Heyne",
"email": "mail@johannheyne.de",
"url": "http://www.johannheyne.de/"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bump": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1"
}
}