Commit 0191eb1e 0191eb1e6ef6d05f8198d3da3e968567a9034938 by Nicolas Perriault

Merge pull request #523 from smlgbl/feature/makeUsableByNPM

make usable by npm
2 parents f5adc45f 71fb7588
......@@ -6,6 +6,7 @@
"phantomjs",
"javascript"
],
"bin": "./bin/casperjs",
"maintainers": [
{
"name": "Nicolas Perriault",
......@@ -14,7 +15,7 @@
}
],
"dependencies": {
"http://www.phantomjs.org/": "master"
"phantomjs": "~1.9.1"
},
"bugs": {
"url": "https://github.com/n1k0/casperjs/issues"
......