content-ready
Version:
[ABANDONED] Listen for moment when content of element is ready (even with all images).
35 lines (34 loc) • 646 B
JSON
{
"name": "content-ready",
"description": "[ABANDONED] Listen for moment when content of element is ready (even with all images).",
"version": "1.0.1",
"author": {
"name": "David Kudera",
"email": "kudera.d@gmail.com"
},
"keywords": [
"browser",
"content",
"ready",
"element"
],
"repository": {
"type": "git",
"url": "git@github.com:Carrooi/Node-ContentReady.git"
},
"license": "MIT",
"engines": {
"node": "*"
},
"main": "./lib/Ready.js",
"dependencies": {
"q": "latest"
},
"devDependencies": {
"mocha": "latest",
"chai": "latest"
},
"scripts": {
"test": "cd ./tests; mocha-phantomjs index.html;"
}
}