-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "rtp-logger",
"version": "4.0.0",
"description": "Registered traveller programme logger",
"author": "UK Home Office Registered Traveller Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/UKHomeOffice/rtp-logger.git"
},
"engines": {
"node": "^6.11.4",
"npm": "^5.4.2"
},
"dependencies": {
"winston": "^2.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^2.1.0",
"eslint-plugin-standard": "^1.3.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.0.0",
"grunt-jscs": "^2.5.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-open": "^0.2.3",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"require-nocache": "^1.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"spec-xunit-file": "^0.0.1-3",
"std-mocks": "^1.0.0"
},
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
}
}