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.
 

35 lines
899 B

{
"name": "node-browser-environment",
"version": "1.0.2",
"description": "Simulates a global browser environment using jsdom",
"main": "src/index.js",
"scripts": {
"test": "nyc ava test",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/node-browser-environment.git"
},
"keywords": [
"simulate",
"global",
"node",
"browser",
"environment"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/node-browser-environment/issues"
},
"homepage": "https://github.com/lukechilds/node-browser-environment#readme",
"dependencies": {
"jsdom": "^9.2.0"
},
"devDependencies": {
"ava": "^0.14.0",
"coveralls": "^2.11.9",
"nyc": "^6.4.4"
}
}