-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "resume",
"version": "1.4.1",
"description": "Resume templating app",
"main": "server.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jasmine",
"prewatch": "npm install && npm prune",
"watch": "nodemon app/server.js",
"start": "node app/server.js"
},
"author": "Daniel McQuiston <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0",
"config": "^3.3.3",
"dateformat": "^3.0.3",
"express": "^4.17.3",
"express-winston": "^2.5.0",
"firebase": "^8.1.1",
"html-pdf": "^2.0.1",
"less": "^3.0.1",
"moment": "^2.21.0",
"phone-formatter": "0.0.2",
"pug": "^2.0.0-beta6",
"sass": "^1.0.0-beta.5.3",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^7.14.0",
"jasmine": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"nodemon": "^2.0.6",
"supertest": "^6.0.1"
},
"engines": {
"node": "^8.9.4",
"npm": "^5.6.0"
}
}