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
0370a936
...
0370a936bfc7eb1d9e4c950ced0d7e1c7be2f098
authored
2013-11-29 21:33:18 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes #736 - fixed package.json
1 parent
5927a1a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
package.json
package.json
View file @
0370a93
{
"name"
:
"casperjs"
,
"description"
:
"
Navigation scripting & testing utility for Phantom
JS"
,
"description"
:
"
A navigation scripting & testing utility for PhantomJS and Slimer
JS"
,
"version"
:
"1.1.0-DEV"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
"slimerjs"
,
"test"
,
"testing"
,
"scraping"
],
"bin"
:
"./bin/casperjs"
,
"maintainers"
:
[
{
"author"
:
{
"name"
:
"Nicolas Perriault"
,
"email"
:
"nperriault@gmail.com
"
,
"email"
:
"nicolas@perriault.net
"
,
"web"
:
"https://nicolas.perriault.net/"
}
],
},
"dependencies"
:
{
"phantomjs"
:
"
~1.9.1
"
"phantomjs"
:
"
>=1.8.2
"
},
"bugs"
:
{
"url"
:
"https://github.com/n1k0/casperjs/issues"
},
"repositories"
:
[
{
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/n1k0/casperjs.git"
}
],
},
"licenses"
:
[
{
"
nam
e"
:
"MIT"
,
"
typ
e"
:
"MIT"
,
"url"
:
"http://www.opensource.org/licenses/mit-license.php"
}
],
...
...
Please
register
or
sign in
to post a comment