Skip to content

Commit 99c8c1a

Browse files
committed
readd corrected package.json
1 parent 51d123a commit 99c8c1a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Package Managers
88

99
* [Bower](http://bower.io/): `jquery-ui`
1010
* [Component](https://github.com/component/component): `components/jquery-ui`
11-
* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui`
11+
* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui`
12+
* [npm](https://www.npmjs.com/): `components-jqueryui`

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "components-jqueryui",
3+
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
4+
"version": "1.12.0",
5+
"homepage": "http://jqueryui.com",
6+
"author": {
7+
"name": "jQuery Foundation and other contributors",
8+
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/components/jqueryui.git"
13+
},
14+
"main": "jquery-ui.js",
15+
"license": "MIT"
16+
}

0 commit comments

Comments
 (0)