-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 996 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 996 Bytes
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
{
"name": "@dvsa/cookie-manager",
"version": "1.1.2",
"description": "Cookie Manager is a Javascript library for dealing with cookie compliance.",
"main": "cookie-manager.js",
"scripts": {
"test": "nyc --check-coverage --lines 80 --reporter=text mocha",
"test-html": "nyc --check-coverage --lines 80 --reporter=html mocha --reporter mocha-simple-html-reporter --reporter-options output=test/index.html"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvsa/cookie-manager.git"
},
"author": "Driver and Vehicle Standards Agency",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvsa/cookie-manager/issues"
},
"homepage": "https://github.com/dvsa/cookie-manager#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"jsdom": "^16.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^7.0.1",
"mocha-simple-html-reporter": "^1.1.0",
"nyc": "^15.0.0"
}
}