-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 994 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
{
"name": "environmental_notices",
"version": "0.0.1",
"dependencies": {
"node-schedule": "0.1.x",
"request": "2.9.x",
"tako": "0.3.x",
"config": "0.4.x",
"moment": "1.7.x",
"cheerio": "0.10.x",
"each": "0.2.x",
"proj4js": "0.3.x",
"proj4js-defs": "0.0.x",
"moment-isocalendar": "0.1.x",
"nodemailer": "0.3.x"
},
"volo": {
"baseDir": "frontend/vendor",
"dependencies": {
"jquery": "github:jquery/jquery/1.9.1",
"jQuery.scrollIntoView": "https://raw.github.com/Arwid/jQuery.scrollIntoView/master/jquery.scrollIntoView.js",
"jquery.ui.map.min": "http://jquery-ui-map.googlecode.com/svn/trunk/ui/min/jquery.ui.map.min.js",
"j18s": "github:andris9/j18s/master",
"moment": "github:timrwood/moment/1.7.2",
"moment-isocalendar": "github:fusionbox/moment-isocalendar/master",
"backbone": "github:documentcloud/backbone/0.9.2",
"underscore": "github:documentcloud/underscore/1.4.4"
}
}
}