Skip to content

Commit

Permalink
added package.json - the heart
Browse files Browse the repository at this point in the history
  • Loading branch information
bumzack committed May 18, 2015
1 parent 19a7ef0 commit 00b0758
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 00b0758

Please sign in to comment.