-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "carryitforward-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "CARRY_IT_FORWARD_TOKEN=token CARRY_IT_FORWARD_SECRET=p DEBUG=carryitforward-admin:* npm start"
},
"dependencies": {
"aws-sdk": "^2.814.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0",
"uuid": "^3.3.2"
},
"description": "Simple express app that can be used to create Litmos reports",
"main": "app.js",
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trifoia/utility-server.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Trifoia/utility-server/issues"
},
"homepage": "https://github.com/Trifoia/utility-server#readme"
}