-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
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
35
{
"name": "KivaSort",
"version": "1.1.0",
"description": "A simple web app which provides a table of Kiva's field partners which may be sorted and filtered.",
"license": "WTFPL",
"author": "Chris Burkhardt <[email protected]>",
"bugs": {
"url": "https://github.com/cristoper/kivasort.org/issues"
},
"keywords": [
"kiva"
],
"repository": {
"type": "git",
"url": "https://github.com/cristoper/kivasort.org.git"
},
"devDependencies": {
"clean-css-cli": "^4.1",
"uglify-js": "^2.6"
},
"dependencies": {
"datatables-filterwidgets": "https://github.com/cristoper/datatables-filterwidgets#dev",
"datatables.net": "~1.11.3",
"datatables.net-buttons": "^1.1.0",
"datatables.net-buttons-jqui": "^1.1.0",
"datatables.net-fixedheader-jqui": "^3.1.0",
"datatables.net-jqui": "~1.10.10",
"datatables.net-responsive-jqui": "^2.0.1",
"jquery": "^3.5.0",
"jquery-kivasort": "^1.3.0",
"jquery-ui": "^1.13.2",
"jquery-ui-themes": "^1.12.0",
"lodash.template": "^4.5.0"
}
}