You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

47 lines
1010 B

{
"name": "window",
"version": "4.2.3",
"description": "Exports a jsdom window object.",
"main": "src/index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/window.git"
},
"keywords": [
"export",
"jsdom",
"window",
"object",
"simulate",
"node",
"browser",
"environment",
"env"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/window/issues"
},
"homepage": "https://github.com/lukechilds/window#readme",
"dependencies": {
"jsdom": "11.5.1"
},
"devDependencies": {
"ava": "^0.23.0",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"nyc": "^11.0.2",
"xo": "^0.18.2"
}
}