-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hub-admin-ui",
"version": "1.0.0",
"description": "UI for the Hub administrator",
"main": "server.js",
"engines": {
"node": "6.11.1"
},
"scripts": {
"start": "gulp && node .",
"test": "gulp build test"
},
"dependencies": {
"basic-auth": "^1.1.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"debug": "^2.6.0",
"express": "4.14.0",
"express-fileupload": "0.0.6",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"govuk-elements-sass": "2.2.1",
"govuk_frontend_toolkit": "5.0.3",
"govuk_template_jinja": "0.19.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-jshint": "^2.0.4",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-spawn-mocha": "^3.1.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.4",
"moment": "^2.17.1",
"nunjucks": "^3.0.0",
"nunjucks-date-filter": "^0.1.1",
"request": "^2.79.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"serve-favicon": "2.3.2",
"unirest": "^0.5.1",
"util": "^0.10.3",
"winston": "^2.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOMS-DIGITAL-STUDIO/hub-admin-ui.git"
},
"author": "NOMS Digital Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/NOMS-DIGITAL-STUDIO/hub-admin-ui/issues"
},
"homepage": "https://github.com/NOMS-DIGITAL-STUDIO/hub-admin-ui#readme",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"nock": "^9.0.2",
"supertest": "^3.0.0"
}
}