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.

44 lines
875 B

{
"name": "domloaded",
"version": "0.0.0",
"description": "Check when the DOM is loaded",
"main": "src/index.js",
"scripts": {
"lint": "xo",
8 years ago
"test": "ava"
},
"ava": {
"require": [
"./test/helpers/setup-browser-env.js"
]
},
"xo": {
"env": "browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/domloaded.git"
},
"keywords": [
"check",
"dom",
"loaded",
"ready",
"promise",
"async",
"asynchronous"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/domloaded/issues"
},
"homepage": "https://github.com/lukechilds/domloaded",
"dependencies": {},
"devDependencies": {
8 years ago
"ava": "^0.17.0",
"browser-env": "^2.0.19",
"xo": "^0.17.1"
}
}