From 99c8c1a282ab15093cd7391aa22fe39727cbb803 Mon Sep 17 00:00:00 2001 From: Mathias Rohnstock Date: Wed, 13 Jul 2016 09:19:15 +0200 Subject: [PATCH] readd corrected package.json --- README.md | 3 ++- package.json | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 package.json 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" +}