-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "govuk-prototype-kit",
"version": "0.0.0",
"description": "A project boilerplate for govuk prototypes",
"private": true,
"author": "Michael Wolfendale",
"engines": {
"node": "4.1.2"
},
"scripts": {
"postinstall": "gulp build",
"start": "node start"
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"consolidate": "^0.13.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"fs-extra": "^0.24.0",
"glob-all": "^3.0.1",
"govuk-elements-sass": "1.1.1",
"govuk_frontend_toolkit": "4.6.0",
"govuk_template_mustache": "^0.16.0",
"gulp": "^3.9.0",
"gulp-flatten": "^0.2.0",
"gulp-hogan": "^1.2.0",
"gulp-live-server": "0.0.28",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"hjs": "0.0.6",
"hogan.js": "^3.0.2",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"q": "^1.4.1",
"rimraf": "^2.4.3",
"serve-favicon": "^2.3.0",
"touch": "^1.0.0"
}
}