-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "pathslider",
"title": "Pathslider",
"description": "A jQuery numerical slider that follows a bezier path",
"version": "1.0.0-beta",
"author": {
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"jquery": ">=1.4.4"
},
"keywords": [
"slider",
"number",
"bezier",
"path",
"jquery-plugin"
],
"homepage": "https://github.com/Mottie/Pathslider",
"demo": "http://mottie.github.io/Pathslider/",
"docs": "https://github.com/Mottie/Pathslider/wiki",
"bugs": "https://github.com/Mottie/Pathslider/issues",
"main": "dist/jquery.pathslider.js",
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git://github.com/Mottie/pathslider.git"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
}
}