test-page-loader
Version:
Simple helper for unit testing with JavaScript Testing Frameworks (e.g. Jasmine, QUnit, etc.), to load HTML pages as fixtures.
43 lines (42 loc) • 966 B
JSON
{
"name": "test-page-loader",
"version": "1.0.8",
"title": "test-page-loader",
"description": "Simple helper for unit testing with JavaScript Testing Frameworks (e.g. Jasmine, QUnit, etc.), to load HTML pages as fixtures.",
"keywords": [
"fixture",
"html",
"loader",
"jasmine",
"qunit",
"test",
"load",
"page",
"iframe",
"window"
],
"main": "test-page-loader.js",
"files": [
"test-page-loader.js",
"examples",
"bower.json"
],
"devDependencies": {
"node-static-alias": "^1.1.2",
"log4js": "^2.8.0"
},
"scripts": {
"examples": "node ./examples/httpd"
},
"homepage": "https://github.com/anseki/test-page-loader",
"repository": {
"type": "git",
"url": "git://github.com/anseki/test-page-loader.git"
},
"bugs": "https://github.com/anseki/test-page-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}