UNPKG

1.05 kBJSONView Raw
1{
2 "name": "browser-env",
3 "version": "3.0.1",
4 "description": "Simulates a global browser environment using jsdom",
5 "main": "src/index.js",
6 "engines": {
7 "node": ">=4"
8 },
9 "scripts": {
10 "test": "xo && nyc ava",
11 "coverage": "nyc report --reporter=text-lcov | coveralls"
12 },
13 "xo": {
14 "extends": "xo-lukechilds",
15 "envs": [
16 "browser"
17 ]
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/lukechilds/browser-env.git"
22 },
23 "keywords": [
24 "simulate",
25 "global",
26 "node",
27 "browser",
28 "environment",
29 "env"
30 ],
31 "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/lukechilds/browser-env/issues"
35 },
36 "homepage": "https://github.com/lukechilds/browser-env#readme",
37 "dependencies": {
38 "window": "4.0.1"
39 },
40 "devDependencies": {
41 "ava": "^0.20.0",
42 "coveralls": "^2.11.13",
43 "eslint-config-xo-lukechilds": "^1.0.0",
44 "nyc": "^11.0.2",
45 "xo": "^0.18.2"
46 }
47}