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
1.0 KiB

{
"name": "when-dom-ready",
"version": "1.0.0",
"description": "$(document).ready() for the 21st century",
"main": "src/index.js",
"scripts": {
"lint": "xo",
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"ava": {
"require": [
"./test/helpers/setup-browser-env.js"
]
},
"xo": {
"env": "browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/when-dom-ready.git"
},
"keywords": [
"check",
"dom",
"loaded",
"ready",
"promise",
"async",
"asynchronous",
"pure"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/when-dom-ready/issues"
},
"homepage": "https://github.com/lukechilds/when-dom-ready",
"dependencies": {},
"devDependencies": {
"ava": "^0.17.0",
"browser-env": "^2.0.19",
"coveralls": "^2.11.15",
"jsdom": "^9.9.1",
"nyc": "^10.0.0",
"xo": "^0.17.1"
}
}