-
Notifications
You must be signed in to change notification settings - Fork 137
/
package.json
47 lines (47 loc) · 1.07 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
47
{
"name": "jQuery-ui-Slider-Pips",
"version": "1.11.4",
"description": "A plugin to add little \"pips\" to the jQuery UI Slider widget",
"main": "dist/jquery-ui-slider-pips.js",
"repository": {
"type": "git",
"url": "https://github.com/simeydotme/jQuery-ui-Slider-Pips.git"
},
"license": "MIT",
"keywords": [
"jquery",
"ui",
"slider",
"widget",
"pips",
"points",
"labels",
"floats",
"markers",
"waypoints"
],
"author": "Simon Goellner <[email protected]>",
"bugs": {
"url": "https://github.com/simeydotme/jQuery-ui-Slider-Pips/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"dateformat": "^1.0.12",
"semver": "^5.1.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.6.0",
"gulp-param": "^0.6.4"
},
"dependencies": {
}
}