-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
32 lines (32 loc) · 1.07 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
{
"name": "formhub-js",
"license": "BSD-3-Clause",
"version": "0.0.1",
"dependencies": {
"@bower_components/backbone": "jashkenas/backbone#~1.4.1",
"@bower_components/backgrid": "cloudflare/backgrid#~0.3.8",
"@bower_components/backgrid-filter": "cloudflare/backgrid-filter#~0.3.7",
"@bower_components/backgrid-paginator": "cloudflare/backgrid-paginator#~0.3.9",
"@bower_components/d3": "D3/d3#~7.5.0",
"@bower_components/datatables": "datatables/datatables#~1.10.18",
"@bower_components/datatables-plugins": "datatables/plugins#*",
"@bower_components/dimple": "PMSI-AlignAlytics/dimple#~2.3.0",
"@bower_components/jquery": "jquery/jquery#~3.6",
"@bower_components/leaflet-dist": "leaflet/leaflet#~1.8.0",
"@bower_components/underscore": "jashkenas/underscore#~1.13.4"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-karma": "^4.0.2",
"karma": "^6.4.1",
"load-grunt-tasks": "^5.1.0",
"sinon": "^15.0.3",
"tmp": "0.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}