Merge pull request #523 from smlgbl/feature/makeUsableByNPM
make usable by npm
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" |
8 | ], | 8 | ], |
9 | "bin": "./bin/casperjs", | ||
9 | "maintainers": [ | 10 | "maintainers": [ |
10 | { | 11 | { |
11 | "name": "Nicolas Perriault", | 12 | "name": "Nicolas Perriault", |
... | @@ -14,7 +15,7 @@ | ... | @@ -14,7 +15,7 @@ |
14 | } | 15 | } |
15 | ], | 16 | ], |
16 | "dependencies": { | 17 | "dependencies": { |
17 | "http://www.phantomjs.org/": "master" | 18 | "phantomjs": "~1.9.1" |
18 | }, | 19 | }, |
19 | "bugs": { | 20 | "bugs": { |
20 | "url": "https://github.com/n1k0/casperjs/issues" | 21 | "url": "https://github.com/n1k0/casperjs/issues" | ... | ... |
-
Please register or sign in to post a comment