forked from gpimblott/TechRadar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.27 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.27 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "TechRadar",
"version": "1.0.0",
"description": "Prototype Tech Radar",
"scripts": {
"test": "mocha"
},
"keywords": [
"Node.js",
"application"
],
"author": {
"name": "Gordon Pimblott",
"email": "gordon@pimblott.com"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/techradar-demo.git"
},
"engines": {
"node": "4.4.6",
"npm": "2.15.5"
},
"dependencies": {
"bunyan": "^1.8.1",
"console-stamp" : "latest",
"express": "latest",
"express-enforces-ssl":"latest",
"express-helpers": "latest",
"express-session":"latest",
"body-parser":"latest",
"ejs": "2.4.2",
"helmet": "latest",
"pg" : "4.1.1",
"pg-large-object": "latest",
"async": "latest",
"chart.js": "^2.1.3",
"crypto": "latest",
"dotenv": "latest",
"multer": "latest",
"mocha": "latest",
"sinon": "latest",
"chai": "latest",
"passport": "0.3.2",
"passport-azure-ad": "2.0.2",
"passport-local": "1.0.0",
"sanitize-html": "latest",
"db-migrate": "0.10.0-beta.12",
"db-migrate-pg": "latest",
"express-validator" : "latest",
"connect-flash" : "0.1.1"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}