forked from jamiepg1/fco-services-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "fco-services-node",
"version": "0.0.1",
"license": "MIT",
"author": "Steve Laing <[email protected]>",
"description": "Start and done pages for FCO payment transactions - wrappers around Barclays.",
"repository": {
"type": "git",
"url": "[email protected]:alphagov/fco-services-node.git"
},
"private": true,
"scripts": {
"start": "node app.js",
"test": "npm run-script lint && mocha -R spec test/",
"lint": "./node_modules/jshint/bin/jshint app.js config/*.js helpers/*.js lib/*.js models/*.js routes/*.js"
},
"dependencies": {
"ejs": "0.8.5",
"epdq": "git://github.com/alphagov/epdq_npm.git#gds_master",
"express": "3.4.8",
"express-enforces-ssl": "1.1.0",
"express-partials": "0.2.0",
"helmet": "0.3.2",
"numeral": "1.5.3",
"pluralize": "0.0.7",
"qs": "0.6.6",
"govuk_template_ejs": "0.11.0",
"node-sass": "~1.2.3",
"govuk_frontend_toolkit": "~3.1.0"
},
"devDependencies": {
"jshint": "2.4.3",
"request": "2.33.0",
"mocha": "1.17.1",
"should": "3.1.2",
"sinon": "1.8.2",
"supertest": "0.9.0",
"zombie": "2.0.0-alpha29"
}
}