diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-02 16:45:10 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-02 16:45:10 +0100 |
commit | 69dcb76e6b4095f221dbe63e8658a18594a39d83 (patch) | |
tree | 7766f69da3ff0c47ae79932dbfcb24a2a3c8f192 /package.json | |
parent | 3e8ec7eb6bee97034363fe4e8704ed762fadbaba (diff) | |
download | jquery-ui-69dcb76e6b4095f221dbe63e8658a18594a39d83.tar.gz jquery-ui-69dcb76e6b4095f221dbe63e8658a18594a39d83.zip |
First iteration on grunt-based build. lint, qunit, concat, min and zip all work, but all have various limiations.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..f1bbdf69d --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "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.9.0pre", + "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.2.x", + "zipstream": "0.2.x" + }, + "keywords": [] +}
\ No newline at end of file |