forked from kavyasukumar/imgSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 799 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 799 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
25
26
27
{
"name": "img-slider",
"version": "2.2.0",
"description": "A jQuery plugin for comparing before and after images side by side",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "minify --output distr/imgslider.min.js js/imgslider.js && minify --output distr/imgslider.min.css css/imgslider.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kavyasukumar/imgSlider.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Kavya Sukumar <fixthatcode@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kavyasukumar/imgSlider/issues"
},
"homepage": "https://github.com/kavyasukumar/imgSlider",
"dependencies": {
"jquery": "^3.1.0"
}
}