source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/HTRC_Mashup--Home_files/jquery-ui-lightness-1.12.1/package.json@ 31601

Last change on this file since 31601 was 31601, checked in by davidb, 7 years ago

To get the look and feel of the HTRC portal web site, supporting files from a 'save as HTML' page

File size: 1.8 KB
Line 
1{
2 "name": "jquery-ui",
3 "title": "jQuery UI",
4 "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5 "version": "1.12.1",
6 "homepage": "http://jqueryui.com",
7 "author": {
8 "name": "jQuery Foundation and other contributors",
9 "url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt"
10 },
11 "main": "ui/widget.js",
12 "maintainers": [
13 {
14 "name": "Scott González",
15 "email": "[email protected]",
16 "url": "http://scottgonzalez.com"
17 },
18 {
19 "name": "Jörn Zaefferer",
20 "email": "[email protected]",
21 "url": "http://bassistance.de"
22 },
23 {
24 "name": "Mike Sherov",
25 "email": "[email protected]",
26 "url": "http://mike.sherov.com"
27 },
28 {
29 "name": "TJ VanToll",
30 "email": "[email protected]",
31 "url": "http://tjvantoll.com"
32 },
33 {
34 "name": "Felix Nagel",
35 "email": "[email protected]",
36 "url": "http://www.felixnagel.com"
37 },
38 {
39 "name": "Alex Schmitz",
40 "email": "[email protected]",
41 "url": "https://github.com/arschmitz"
42 }
43 ],
44 "repository": {
45 "type": "git",
46 "url": "git://github.com/jquery/jquery-ui.git"
47 },
48 "bugs": "https://bugs.jqueryui.com/",
49 "license": "MIT",
50 "scripts": {
51 "test": "grunt"
52 },
53 "dependencies": {},
54 "devDependencies": {
55 "commitplease": "2.3.0",
56 "grunt": "0.4.5",
57 "grunt-bowercopy": "1.2.4",
58 "grunt-cli": "0.1.13",
59 "grunt-compare-size": "0.4.0",
60 "grunt-contrib-concat": "0.5.1",
61 "grunt-contrib-csslint": "0.5.0",
62 "grunt-contrib-jshint": "0.12.0",
63 "grunt-contrib-qunit": "1.0.1",
64 "grunt-contrib-requirejs": "0.4.4",
65 "grunt-contrib-uglify": "0.11.1",
66 "grunt-git-authors": "3.1.0",
67 "grunt-html": "6.0.0",
68 "grunt-jscs": "2.1.0",
69 "load-grunt-tasks": "3.4.0",
70 "rimraf": "2.5.1",
71 "testswarm": "1.1.0"
72 },
73 "keywords": []
74}
Note: See TracBrowser for help on using the repository browser.