package.json 1.64 KB
Newer Older
1
{
2 3
  "_from": "datatables.net-bs@1.10.16",
  "_id": "datatables.net-bs@1.10.16",
4
  "_inBundle": false,
5
  "_integrity": "sha1-sIVPWzdPcTrj20FWx86op2DD3nY=",
6 7 8
  "_location": "/datatables.net-bs",
  "_phantomChildren": {},
  "_requested": {
9 10
    "type": "version",
    "registry": true,
11
    "raw": "datatables.net-bs@1.10.16",
12
    "name": "datatables.net-bs",
13
    "escapedName": "datatables.net-bs",
14
    "rawSpec": "1.10.16",
15
    "saveSpec": null,
16
    "fetchSpec": "1.10.16"
17 18
  },
  "_requiredBy": [
19
    "#USER",
20 21
    "/"
  ],
22 23 24
  "_resolved": "https://registry.npmjs.org/datatables.net-bs/-/datatables.net-bs-1.10.16.tgz",
  "_shasum": "b0854f5b374f713ae3db4156c7cea8a760c3de76",
  "_spec": "datatables.net-bs@1.10.16",
25
  "_where": "/Users/nicolaswidart/Sites/Asguard/Platform/Themes/Adminlte",
26 27 28 29 30 31 32
  "author": {
    "name": "SpryMedia Ltd",
    "url": "http://datatables.net"
  },
  "bugs": {
    "url": "https://datatables.net/forums"
  },
33
  "bundleDependencies": false,
34
  "dependencies": {
35
    "datatables.net": "1.10.16",
36 37
    "jquery": ">=1.7"
  },
38 39
  "deprecated": false,
  "description": "DataTables for jQuery with styling for [Bootstrap 3](http://getbootstrap.com/)",
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
  "files": [
    "js/dataTables.bootstrap.js",
    "css/dataTables.bootstrap.css"
  ],
  "homepage": "https://datatables.net",
  "keywords": [
    "filter",
    "sort",
    "DataTables",
    "jQuery",
    "table",
    "Bootstrap"
  ],
  "license": "MIT",
  "main": "js/dataTables.bootstrap.js",
  "name": "datatables.net-bs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DataTables/Dist-DataTables-Bootstrap.git"
  },
  "style": "css/dataTables.bootstrap.css",
61
  "version": "1.10.16"
62
}