-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
37 lines (37 loc) · 967 Bytes
/
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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "0.1.0",
"private": true,
"engines": {
"node": "4.x"
},
"dependencies": {
"basic-auth-connect": "1.0.0",
"browser-sync": "^2.10.0",
"consolidate": "0.x",
"express": "4.13.3",
"express-nunjucks": "^0.9.5",
"express-writer": "0.0.4",
"govuk_frontend_toolkit": "^4.2.1",
"govuk_template_mustache": "^0.15.1",
"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",
"grunt-text-replace": "0.3.12",
"hogan.js": "3.0.2",
"marked": "^0.3.5",
"merge": "^1.2.0",
"minimist": "0.0.8",
"moment": "^2.14.1",
"node-sass": "3.3.3",
"readdir": "0.0.6",
"serve-favicon": "2.3.0",
"underscore": "^1.8.3"
}
}