forked from jsonresume/registry-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.36 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
{
"name": "registry-server",
"version": "0.0.0",
"engines": {
"node": "^4"
},
"description": "",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test node node_modules/mocha/bin/mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonresume/registry-server"
},
"author": "",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"compression": "^1.6.0",
"connect-redis": "^3.0.0",
"cookie-parser": "^1.4.0",
"crypto": "0.0.3",
"dotenv": "^4.0.0",
"express": "~4.15",
"express-minify": "^0.2.0",
"express-session": "^1.11.3",
"gravatar": "^1.3.1",
"http-status-codes": "^1.0.5",
"lodash": "^4.13.1",
"mongodb": "~2.2.26",
"mongoose": "^4.1.10",
"mustache": "^2.3.0",
"newrelic": "^1.26.2",
"pdfcrowd": "^1.1.1",
"postmark": "~1.3.1",
"pusher": "^1.0.6",
"redis": "^2.1",
"require-directory": "^2.1.1",
"resume-to-html": "0.0.21",
"resume-to-markdown": "0.0.14",
"resume-to-text": "0.0.15",
"sha256": "^0.2.0",
"superagent": "^3.5"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-properties": "^1.2.1",
"mocha": "^3.3.0",
"nock": "^9.0.13",
"q": "^1.4.1",
"should": "^11.2.1",
"supertest": "^3.0",
"supertest-as-promised": "^4.0.2"
}
}