Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0191eb1e
...
0191eb1e6ef6d05f8198d3da3e968567a9034938
authored
2013-10-22 06:13:13 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #523 from smlgbl/feature/makeUsableByNPM
make usable by npm
2 parents
f5adc45f
71fb7588
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
package.json
package.json
View file @
0191eb1
...
...
@@ -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"
...
...
Please
register
or
sign in
to post a comment