-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 833 Bytes
/
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
{
"name": "@financial-times/polyfill-useragent-normaliser",
"version": "1.0.6",
"description": "",
"main": "lib/normalise-user-agent.js",
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix",
"build": "node compilers/fastly.js && node compilers/node.js",
"test:integration": "mocha --bail --recursive test/integration/*.test.js",
"test:unit": "mocha --bail --recursive test/unit/*.test.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@financial-times/useragent_parser": "1.0.2",
"semver": "^5.6.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"mocha": "^5.2.0",
"prettier": "^1.13.7",
"proclaim": "^3.6.0",
"supertest": "^3.4.2"
}
}