forked from hasadna/openmuni-budgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 966 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
{
"amd": {},
"volo": {
"baseDir": "./openbudget/commons/static/lib",
"dependencies": {
"uijet": "https://github.com/ydaniv/uijet/archive/master.zip",
"q": "github:kriskowal/q/v0.9.2",
"eventbox": "github:ydaniv/eventbox/v0.1.2",
"require": "github:jrburke/requirejs/2.1.5",
"mustache": "github:janl/mustache.js/0.7.2",
"jquery": "github:jquery/jquery/2.0.3",
"underscore": "github:amdjs/underscore/1.4.4",
"backbone": "github:amdjs/backbone/1.0.0",
"d3": "github:mbostock/d3/v3.2.2",
"adaptabl": "https://github.com/prjts/adaptabl/archive/master.zip",
"setImmediate": "github:NobleJS/setImmediate/1.0.1",
"spin": "github:fgnass/spin.js/1.3.0",
"jqScroll": "github:ydaniv/jqScroll/master",
"jquery-mousewheel": "github:brandonaaron/jquery-mousewheel/3.1.3",
"backbone-fetch-cache": "github:mrappleton/backbone-fetch-cache/v0.1.7#backbone.fetch-cache.js"
}
}
}