Skip to content

Commit

Permalink
readd corrected package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Jul 13, 2016
1 parent 51d123a commit 99c8c1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Package Managers

* [Bower](http://bower.io/): `jquery-ui`
* [Component](https://github.com/component/component): `components/jquery-ui`
* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui`
* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui`
* [npm](https://www.npmjs.com/): `components-jqueryui`
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "components-jqueryui",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
"version": "1.12.0",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/components/jqueryui.git"
},
"main": "jquery-ui.js",
"license": "MIT"
}

0 comments on commit 99c8c1a

Please sign in to comment.