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.

48 lines
1009 B

{
"name": "window",
5 years ago
"version": "4.2.7",
"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": "13.2.0"
},
"devDependencies": {
"ava": "^1.2.0",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"nyc": "^13.1.0",
"xo": "^0.24.0"
}
}