-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "homeofficevacancyapp",
"version": "1.0.0",
"description": "a small website showing a list of applicants for a job vacancy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkunle/homeofficevacancyapp.git"
},
"author": "Ola Jegede",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkunle/homeofficevacancyapp/issues"
},
"homepage": "https://github.com/jkunle/homeofficevacancyapp#readme",
"devDependencies": {
"browser-sync": "^2.14.3",
"govuk-elements-sass": "^1.2.2",
"govuk_frontend_toolkit": "^4.16.1",
"govuk_template_mustache": "^0.18.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-copy": "0.0.2",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.7",
"rewire": "^2.5.2",
"sinon": "^1.17.5",
"supertest": "^2.0.0",
"wiredep": "^4.0.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"express-hbs": "^1.0.2",
"mocha": "^3.0.2",
"nedb": "^1.8.0"
}
}