-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 943 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
34
{
"name": "jquery-kivasort",
"version": "1.3.0",
"description": "KivaSort is a simple JQuery plugin which uses the Kiva API to get information on all of the Kiva field partners, and then uses the DataTables JQuery Plugin to wrap the data in a dynamic sortable and filterable table.",
"dependencies": {
"datatables": "~1.10.0"
},
"optionalDependencies": {
"jquery": "^3.5.0",
"jsdom": "^16.5.0",
"uglify-js": "^2.6.1",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cristoper/jquery-KivaSort.git"
},
"keywords": [
"jquery",
"kiva"
],
"author": "A. Cynic <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/cristoper/jquery-KivaSort/issues"
},
"main": "kiva_sort.js",
"bin": {
"fetchkivapartners": "fetchkivajson.js"
}
}