Blame view

datalets/datatable-datalet/js/DataTables-master/package.json 1.16 KB
8afea66c   isisadmin   datalet global re...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  {
  	"name": "datatables",
  	"version": "1.10.10-dev",
  	"title": "DataTables",
  	"main": "media/js/jquery.dataTables",
  	"files": [
  		"media/js/jquery.dataTables.js",
  		"media/js/jquery.dataTables.min.js",
  		"media/css/jquery.dataTables.css",
  		"media/css/jquery.dataTables.min.css",
  		"media/images"
  	],
  	"license": "MIT",
  	"dependencies": {
  		"jquery": ">=1.7"
  	},
  	"author": {
  		"name": "Allan Jardine",
  		"url": "http://sprymedia.co.uk"
  	},
  	"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
  	"keywords": [
  		"DataTables",
  		"DataTable",
  		"table",
  		"grid",
  		"filter",
  		"sort",
  		"page",
  		"internationalisable"
  	],
  	"repository": {
  		"type": "git",
  		"url": "https://github.com/DataTables/DataTables.git"
  	},
  	"homepage": "http://datatables.net",
  
  	"jspm": {
  		"dependencies": {
  			"css": "^0.1.5",
  			"jquery": "*"
  		},
  		"registry": "jspm",
  		"shim": {
  			"media/js/jquery.dataTables": {
  				"deps": ["jquery", "../css/jquery.dataTables.css!"],
  				"exports": "$"
  			}
  		}
  	}
  }