forked from Mobius1/Vanilla-DataTables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 852 Bytes
/
package.json
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
{
"name": "vanilla-datatables",
"version": "1.6.11",
"description": "A lightweight, dependency-free javascript HTML table plugin.",
"main": "src/vanilla-dataTables.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mobius1/Vanilla-DataTables.git"
},
"keywords": [
"tables",
"html table",
"datatable"
],
"author": "Karl Saunders",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobius1/Vanilla-DataTables/issues"
},
"homepage": "https://github.com/Mobius1/Vanilla-DataTables#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-qunit": "^1.3.0" ,
"qunit": "~0.5.15",
"grunt-contrib-jshint": "^1.0.0",
"qunitjs": "^2.0.1",
"grunt-saucelabs": "~4.0.2",
"grunt-contrib-connect": "~0.1.2"
}
}