forked from github/browser-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 811 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 811 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": "browser-detection",
"version": "1.6.0",
"description": "A small lib to detect browser compatibility for braintree products",
"main": "browser-detection.js",
"files": [
"*.js"
],
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.7.0",
"eslint-config-braintree": "^1.0.2",
"mocha": "^3.2.0"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braintree/browser-detection.git"
},
"keywords": [],
"author": "Braintree <code@getbraintree.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/braintree/browser-detection/issues"
},
"homepage": "https://github.com/braintree/browser-detection#readme"
}