Skip to content

Commit

Permalink
#29 - Updated the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
soundar24 committed Oct 19, 2016
1 parent ed8f759 commit 59d6791
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
{
"name": "round-slider",
"version": "1.3.1",
"description": "roundSlider - A free jQuery plugin http://roundsliderui.com/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"description": "roundSlider - A free jQuery plugin",
"main": "dist/roundslider.min.js",
"style": "dist/roundslider.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Soundar",
"email": "soundar@roundsliderui.com",
"url": "https://github.com/soundar24"
},
"repository": {
"type": "git",
"url": "https://github.com/soundar24/roundSlider.git"
},
"author": "soundar24",
"license": "MIT",
"license": {
"type": "MIT",
"url": "http://roundsliderui.com/licence.html"
},
"bugs": {
"url": "https://github.com/soundar24/roundSlider/issues"
},
"homepage": "https://github.com/soundar24/roundSlider#readme"
"homepage": "http://roundsliderui.com/",
"files": [
"dist/",
"src/",
"package.json",
"README.md"
],
"devDependencies": {
"jquery": ">= 1.4.1"
},
"keywords": [
"roundslider", "round slider", "circular slider", "radial slider",
"range slider", "half circle slider", "quarter slider", "pie slider",
"knob slider", "jquery plugin"
]
}

0 comments on commit 59d6791

Please sign in to comment.