Project

General

Profile

Download (955 Bytes) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / static / development-bundle / package.json @ 37cdace1

1
{
2
  "name": "jquery-ui",
3
  "title": "jQuery UI",
4
  "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.",
5
  "version": "1.8.21",
6
  "homepage": "https://github.com/jquery/jquery-ui",
7
  "author": {
8
    "name": "AUTHORS.txt"
9
  },
10
  "repository": {
11
    "type": "git",
12
    "url": "git://github.com/jquery/jquery-ui.git"
13
  },
14
  "bugs": {
15
    "url": "http://bugs.jqueryui.com/"
16
  },
17
  "licenses": [
18
    {
19
      "type": "MIT",
20
      "url": "http://www.opensource.org/licenses/MIT"
21
    },
22
    {
23
      "type": "GPL",
24
      "url": "http://www.opensource.org/licenses/GPL-2.0"
25
    }
26
  ],
27
  "dependencies": {},
28
  "devDependencies": {
29
    "grunt": "0.3.9",
30
    "grunt-css": "0.1.1",
31
    "grunt-compare-size": "0.1.1",
32
    "request": "2.9.153",
33
    "rimraf": "2.0.1"
34
  },
35
  "keywords": []
36
}
(5-5/5)