-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "revconf2017-app",
"version": "1.0.0",
"homepage": "https://github.com/revolutionva/website2017-app#readme",
"bugs": {
"url": "https://github.com/revolutionva/website2017-app/issues"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://[email protected]/revolutionva/website2017-app.git"
},
"scripts": {
"start": "node app.js",
"postinstall": "node postinstall.js",
"test": "mocha --timeout 10000",
"lint": "eslint . --ext .js"
},
"dependencies": {
"adm-zip": "^0.4.7",
"basic-auth": "^1.1.0",
"body-parser": "^1.16.1",
"cdcm": "0.0.3",
"convict": "^2.0.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"fs-extra": "^2.0.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"moment": "^2.18.1",
"pg": "^6.1.5",
"request": "^2.79.0",
"route-parser": "0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"commander": "latest",
"csvtojson": "^1.1.4",
"editorconfig": "^0.13.2",
"eslint": "^3.16.1",
"eslint-config-eta": "^0.0.7",
"jimp": "^0.2.27",
"mocha": "^3.2.0"
},
"engines": {
"node": "7.7.4"
}
}