-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "2.0.0",
"private": true,
"engines": {
"node": "4.x"
},
"scripts": {
"start": "node start.js",
"install": "napa"
},
"dependencies": {
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"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_mustache": "^0.16.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.4.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.4.0",
"grunt-sass": "^1.1.0",
"hogan.js": "3.0.2",
"minimist": "0.0.8",
"napa": "^2.2.0",
"readdir": "0.0.6",
"serve-favicon": "2.3.0"
},
"napa": {
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.16.0/jinja_govuk_template-0.16.0.tgz"
},
"devDependencies": {
"node-sass": "^3.4.2"
}
}