-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
64
65
66
67
68
{
"name": "digital-inclusion-tool",
"version": "1.0.2",
"description": "A tool to help user researchers add data and to graph how inclusive our services are.",
"main": "server.js",
"engines": {
"node": "4.4.6",
"npm": "3.10.10"
},
"engineStrict": true,
"scripts": {
"lint": "./node_modules/.bin/grunt lint",
"test": "./node_modules/.bin/grunt test",
"build": "./node_modules/.bin/grunt",
"start": "node server.js"
},
"author": "Alex Swann",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.0",
"browserify": "^12.0.1",
"client-sessions": "^0.7.0",
"connect-mongo": "1.2.1",
"cookie-parser": "^1.4.1",
"d3": "^3.5.0",
"express": "^4.13.4",
"express-partial-templates": "^0.1.0",
"express-session": "^1.13.0",
"fs": "0.0.1-security",
"govuk-elements-sass": "^2.2.1",
"govuk_frontend_toolkit": "^5.0.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"helmet": "^3.6.1",
"hof": "10.0.0",
"hof-form-controller": "^5.1.0",
"hof-form-wizard": "^4.0.0",
"hogan-express-strict": "^0.5.4",
"jquery": "^1.11.3",
"jsdom": "^11.3.0",
"jsonschema": "^1.1.0",
"lodash": "^4.6.1",
"moment": "^2.10.3",
"mongodb": "~2.0.44",
"node-sass": "3.4.2",
"striptags": "^3.0.1",
"sync-request": "^4.1.0",
"winston": "2.2.0"
},
"devDependencies": {
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-exec": "^2.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-nodemon": "^0.4.2",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.2.1",
"hof-transpiler": "0.0.4",
"jquery": "^3.2.1",
"load-grunt-tasks": "^3.4.1",
"time-grunt": "^1.3.0",
"watchify": "^3.7.0"
}
}