-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": "zbryikt",
"name": "ogr",
"description": "open government report 2014 - 2016",
"version": "0.0.1",
"homepage": "https://github.com/zbryikt/ogr",
"repository": {
"type": "git",
"url": "https://github.com/zbryikt/ogr"
},
"engines": {
"node": "=7.6.0",
"npm": "=3.9.5"
},
"scripts": {
"start": "node_modules/.bin/lsc server.ls",
"restart": "node_modules\\.bin\\lsc server.ls",
"watch": "node_Modules/.bin/lsc engine/watch.ls"
},
"dependencies": {
"LiveScript": "=1.3.0",
"bcrypt": "=1.0.2",
"bluebird": "=3.3.4",
"body-parser": "=1.6.7",
"cheerio": "=0.19.0",
"chokidar": "=1.6.0",
"colors": "=1.1.2",
"connect-multiparty": "=2.0.0",
"crypto": "=0.0.3",
"csurf": "=1.9.0",
"d3-color": "=1.0.3",
"express": "=4.8.7",
"express-session": "=1.7.6",
"fs-extra": "=3.0.0",
"jade": "=1.11.0",
"jsdom": "=10.1.0",
"jstransformer-markdown": "zbryikt/jstransformer-markdown",
"markdown": "=0.5.0",
"markdown-it": "^8.3.2",
"markdown-it-container": "^2.0.0",
"markdown-it-footnote": "^3.0.1",
"moment": "=2.18.1",
"node-minify": "=2.0.4",
"nodemailer": "=2.7.0",
"nodemailer-mailgun-transport": "=1.2.2",
"nodemailer-smtp-transport": "=0.1.12",
"passport": "=0.2.1",
"passport-facebook": "=1.0.3",
"passport-google-oauth2": "=0.1.6",
"passport-local": "=1.0.0",
"pg": "=4.5.5",
"pug": ">2.0.0-beta.12",
"read-chunk": "=2.0.0",
"request": "=2.60.0",
"require-reload": "=0.2.2",
"sharp": "=0.17.3",
"stylus": "=0.50.0",
"uglify-js": "=2.4.16",
"uglifycss": "=0.0.15",
"js-yaml": "=3.7.0"
}
}