-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 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
33
34
35
36
{
"name": "browser-helpers",
"version": "0.1.2",
"description": "Helper library browsers",
"main": "index.js",
"author": "Brad C. Garner <brad@bradgarner.com> (http://bradgarner.com)",
"homepage": "https://github.com/bradcgarner/browser-helpers#readme",
"license": "MIT",
"scripts": {
"test": "nyc mocha --colors tests/*.test.js",
"build": "babel src -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradcgarner/browser-helpers.git"
},
"directories": {
"test": "tests"
},
"keywords": [
"front-end"
],
"bugs": {
"url": "https://github.com/bradcgarner/browser-helpers/issues"
},
"peerDependencies": {
"conjunction-junction": "^3.14.81"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"mocha": "^9.2.1",
"nyc": "^15.1.0"
}
}