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.
 

51 lines
1.1 KiB

{
"name": "window",
"version": "3.0.0",
"description": "Exports a jsdom window object.",
"main": "src/index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "nyc ava test",
"lint": "eslint src",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"eslintConfig": {
"extends": "lukechilds",
"rules": {
"prefer-rest-params": "off"
}
},
"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": "9.11.0"
},
"devDependencies": {
"ava": "^0.18.0",
"coveralls": "^2.11.13",
"eslint": "^3.5.0",
"eslint-config-lukechilds": "^1.9.0",
"nyc": "^10.0.0"
}
}