forked from confirmedcode/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.3 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
{
"name": "Node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node NODE_ICU_DATA=node_modules/full-icu index.js",
"startLocal": ". ../../setLocalEnv.sh && ENVIRONMENT=LOCAL NODE_ENV=development NODE_ICU_DATA=node_modules/full-icu nodemon index.js",
"test": "NODE_ENV=test NODE_ICU_DATA=node_modules/full-icu nyc mocha --recursive --timeout 120000 --exit",
"testLocal": ". ../../setLocalEnv.sh && ENVIRONMENT=LOCAL NODE_ENV=test NODE_ICU_DATA=node_modules/full-icu nyc mocha --recursive --timeout 120000 --exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"connect-flash": "^0.1.1",
"connect-redis": "^3.3.3",
"csurf": "^1.9.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-subdomain": "^1.0.5",
"express-validator": "^5.3.0",
"express-winston": "^3.0.0",
"full-icu": "^1.2.1",
"helmet": "^3.13.0",
"i18n": "^0.8.3",
"password-rules": "0.0.3",
"shared": "file:../../shared",
"validator": "^9.1.1",
"winston": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^7.0.0",
"mocha": "^5.2.0",
"nyc": "^14.0.0",
"pg": "^7.4.3"
}
}