-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "4.0.0",
"private": true,
"engines": {
"node": ">=4.0 <6.7"
},
"scripts": {
"start": "node start.js",
"lint": "standard",
"test": "npm run lint"
},
"dependencies": {
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"consolidate": "0.x",
"express": "4.13.3",
"express-session": "^1.13.0",
"express-writer": "0.0.4",
"govuk-elements-sass": "2.0.0",
"govuk_frontend_toolkit": "^4.18.3",
"govuk_template_jinja": "0.18.3",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.4.3",
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.4.0",
"grunt-sass": "^1.1.0",
"grunt-sync": "^0.5.1",
"hogan.js": "3.0.2",
"marked": "^0.3.6",
"minimist": "0.0.8",
"node-gyp": "^3.8.0",
"node-sass": "^4.9.3",
"nunjucks": "^2.4.2",
"portscanner": "^1.0.0",
"prompt": "^0.2.14",
"readdir": "0.0.6",
"serve-favicon": "2.3.0",
"standard": "^7.1.2",
"sync-request": "^3.0.1"
}
}