|
1 | 1 | { |
2 | 2 | "name": "round-slider", |
3 | | - "version": "1.3.1", |
| 3 | + "version": "1.3.2", |
4 | 4 | "description": "roundSlider - A free jQuery plugin", |
5 | 5 | "main": "dist/roundslider.min.js", |
6 | 6 | "style": "dist/roundslider.min.css", |
7 | | - "scripts": { |
8 | | - "test": "echo \"Error: no test specified\" && exit 1" |
9 | | - }, |
10 | | - "author": { |
11 | | - "name": "Soundar", |
12 | | - "email": "soundar@roundsliderui.com", |
| 7 | + "author": { |
| 8 | + "name": "Soundar", |
| 9 | + "email": "soundar@roundsliderui.com", |
13 | 10 | "url": "https://github.com/soundar24" |
14 | 11 | }, |
15 | 12 | "repository": { |
16 | 13 | "type": "git", |
17 | 14 | "url": "https://github.com/soundar24/roundSlider.git" |
18 | 15 | }, |
19 | | - "license": { |
20 | | - "type": "MIT", |
21 | | - "url": "http://roundsliderui.com/licence.html" |
| 16 | + "license": { |
| 17 | + "type": "MIT", |
| 18 | + "url": "http://roundsliderui.com/licence.html" |
22 | 19 | }, |
23 | 20 | "bugs": { |
24 | 21 | "url": "https://github.com/soundar24/roundSlider/issues" |
25 | 22 | }, |
26 | 23 | "homepage": "http://roundsliderui.com/", |
27 | | - "files": [ |
28 | | - "dist/", |
29 | | - "src/", |
30 | | - "package.json", |
31 | | - "README.md" |
| 24 | + "files": [ |
| 25 | + "dist/", |
| 26 | + "src/", |
| 27 | + "package.json", |
| 28 | + "README.md" |
32 | 29 | ], |
33 | | - "devDependencies": { |
| 30 | + "dependencies": { |
34 | 31 | "jquery": ">= 1.4.1" |
35 | 32 | }, |
36 | | - "keywords": [ |
37 | | - "roundslider", "round slider", "circular slider", "radial slider", |
38 | | - "range slider", "half circle slider", "quarter slider", "pie slider", |
39 | | - "knob slider", "jquery plugin" |
| 33 | + "keywords": [ |
| 34 | + "roundslider", "round slider", "circular slider", "radial slider", |
| 35 | + "range slider", "half circle slider", "quarter slider", "pie slider", |
| 36 | + "knob slider", "jquery plugin" |
40 | 37 | ] |
41 | 38 | } |
0 commit comments