diff --git a/README.md b/README.md index 576f196..749a76e 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui` +* [npm](https://www.npmjs.com/): `components-jqueryui` \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..044b506 --- /dev/null +++ b/package.json @@ -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" +}