diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:13:42 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:13:42 +0200 |
commit | 9631a41a02397aa638d812a4bdb775d6b095e16b (patch) | |
tree | e6d4a9495b4f149478aa0cd731c2d123c3863c18 /package.json | |
parent | 8b46758f271f94f0acf3416690cc6a70708b3a9e (diff) | |
download | jquery-ui-9631a41a02397aa638d812a4bdb775d6b095e16b.tar.gz jquery-ui-9631a41a02397aa638d812a4bdb775d6b095e16b.zip |
Build: Add grunt.js along with some other mods to 1-8-stable
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..bb738c503 --- /dev/null +++ b/package.json @@ -0,0 +1,35 @@ +{ + "name": "jquery-ui", + "title": "jQuery UI", + "description": "Abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.", + "version": "1.8.19pre", + "homepage": "https://github.com/jquery/jquery-ui", + "author": { + "name": "AUTHORS.txt" + }, + "repository": { + "type": "git", + "url": "git://github.com/jquery/jquery-ui.git" + }, + "bugs": { + "url": "http://bugs.jqueryui.com/" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/MIT" + }, + { + "type": "GPL", + "url": "http://www.opensource.org/licenses/GPL-2.0" + } + ], + "dependencies": {}, + "devDependencies": { + "grunt": "0.3.7", + "grunt-css": "0.1.1", + "request": "2.9.153", + "rimraf": "2.0.1" + }, + "keywords": [] +}
\ No newline at end of file |