forked from hmrc/govuk_prototype_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "2.1.0",
"private": true,
"engines": {
"node": ">=4.0 <5.0"
},
"scripts": {
"hmrc": "node scripts/hmrc-build.js",
"heroku-postbuild": "npm run hmrc",
"prestart": "npm run hmrc",
"start": "node start.js"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"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-nunjucks": "^0.9.3",
"express-writer": "0.0.4",
"govuk_template_mustache": "^0.17.3",
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.17.3/jinja_govuk_template-0.17.3.tgz",
"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-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-sync": "^0.5.1",
"hogan.js": "3.0.2",
"minimist": "0.0.8",
"portscanner": "^1.0.0",
"prompt": "^0.2.14",
"readdir": "0.0.6",
"serve-favicon": "2.3.0",
"assets-frontend": "hmrc/assets-frontend"
}
}