forked from tyfairclough/das-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.18 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
45
46
47
{
"name": "das-poc-aml",
"version": "2.1.0",
"description": "AML Prototype",
"repository": "SkillsFundingAgency/das-poc-aml",
"license": "MIT",
"engines": {
"node": ">=4.4.7"
},
"dependencies": {
"govuk_frontend_toolkit": "^5.0.0",
"body-parser": "^1.14.1",
"consolidate": "^0.10.0",
"express": "4.13.3",
"express-nunjucks": "^0.9.3",
"express-writer": "0.0.4",
"govuk_template_jinja": "0.19.1",
"grunt": "^0.4.2",
"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-htmlentities": "^0.1.1",
"grunt-nodemon": "^0.3.0",
"grunt-sass": "^1.0.0",
"grunt-shell": "^1.3.0",
"node-sass": "^3.2.0",
"readdir": "0.0.6",
"standard": "^7.1.2"
},
"scripts": {
"test": "standard && grunt test && npm run lint --silent",
"lint": "bundle && bundle exec govuk-lint-sass public/sass/elements/",
"start": "grunt"
},
"standard": {
"ignore": [
"lib",
"public/javascripts/vendor/",
"tests"
]
},
"bugs": {
"url": "https://github.com/alphagov/govuk_elements/issues"
}
}