-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "2.1.0",
"private": true,
"engines": {
"node": ">=4.0 <5.0"
},
"scripts": {
"start": "node start.js"
},
"dependencies": {
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.14.0",
"consolidate": "0.x",
"express": "4.13.3",
"express-nunjucks": "^0.9.3",
"express-writer": "0.0.4",
"govuk-elements-sass": "alphagov/govuk_elements#v1.1.1",
"govuk_frontend_toolkit": "^4.6.0",
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.16.4/jinja_govuk_template-0.16.4.tgz",
"govuk_template_mustache": "^0.16.4",
"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",
"lodash": "^4.6.1",
"minimist": "0.0.8",
"portscanner": "^1.0.0",
"prompt": "^0.2.14",
"readdir": "0.0.6",
"serve-favicon": "2.3.0"
}
}