diff --git a/package.json b/package.json new file mode 100644 index 0000000..20f1b11 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "crawl-and-screenshot", + "version": "0.1.0", + "description": "crawl a webpage, make screenshots and compare those screenshots", + "main": " ", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "bumzack", + "license": "MIT Licencse ", + "dependencies": { + "co": "^4.5.4", + "co-body": "^2.0.0", + "co-busboy": "^1.3.0", + "debug": "^2.2.0", + "image-diff": "^1.0.3", + "jsdom": "^5.4.1", + "koa": "^0.20.0", + "koa-force-ssl": "0.0.5", + "koa-jwt": "^1.0.0", + "koa-router": "^4.3.2", + "koa-static": "^1.4.9", + "mysql": "^2.6.2", + "q": "^1.4.1", + "tmp": "0.0.26" + } +}