This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
90 lines (90 loc) · 2.5 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "histograph",
"version": "0.0.0",
"description": "networks for dh",
"main": "server.js",
"scripts": {
"migrate": "node ./migration/reconcile.js",
"resolve": "node ./migration/resolve.js",
"discover": "node ./migration/discover.js",
"import": "node ./migration/import.js",
"test": "mocha test",
"test-settings": "mocha -g 'core:'",
"start": "node ./server.js",
"dates": "node ./scripts/dates.js",
"locations": "node ./scripts/locations.js",
"crowdsourcing": "node ./scripts/crowdsourcing.js"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"axios": "^0.19.0",
"body-parser": "^1.12.0",
"cli-color": "^1.0.0",
"compose-middleware": "^5.0.1",
"compression": "~1.6.0",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.3.4",
"cookie-session": "^1.3.3",
"decypher": "^0.1.2",
"exectimer": "^1.0.2",
"express": "^4.12.2",
"express-redis-cache": "^0.2.0",
"express-session": "^1.10.3",
"gexf": "^0.2.5",
"http-errors": "^1.7.2",
"imagemagick": "^0.1.3",
"inquirer": "^0.10.1",
"jstransformer-markdown-it": "^2.0.0",
"languagedetect": "^1.1.1",
"lodash": "4.17.11",
"loglevel": "^1.6.3",
"marked": "^0.3.5",
"md5": "^2.0.0",
"minimist": "^1.2.0",
"moment": "^2.9.0",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"passport": "^0.2.1",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"pug": "^2.0.0-beta11",
"request": "^2.61.0",
"require-all": "^1.0.0",
"seraph": "^0.15.2",
"shortid": "^2.2.4",
"socket.io": "^1.3.5",
"string": "^3.3.0",
"through2": "^2.0.1",
"uuid": "^3.3.2",
"validator": "^4.0.5",
"xml2js": "^0.4.5",
"xss": "^0.2.10",
"yamljs": "^0.2.1"
},
"devDependencies": {
"csv": "^0.4.1",
"eslint": "5.8.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "^21.27.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-dest": "^0.2.2",
"gulp-if": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-jsonminify": "^1.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.1",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"jest": "^24.8.0",
"jshint-stylish": "^2.0.1",
"should": "^5.2.0",
"supertest": "^0.15.0",
"supertest-session": "0.0.7"
}
}