Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "arania", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Node.js screen scraping and web crawling module", | ||
@@ -27,6 +27,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"gulp": "^3.8.1", | ||
"gulp-mocha": "^0.4.1" | ||
"chai": "*", | ||
"gulp": "*", | ||
"gulp-mocha": "*" | ||
} | ||
} |
@@ -1,4 +0,10 @@ | ||
# Arania | ||
> Node.js screen scraping and web crawling module (work in progress...) | ||
# Arania [![Build Status](https://travis-ci.org/dreyacosta/arania.svg?branch=master)](https://travis-ci.org/dreyacosta/arania) | ||
> Node.js screen scraping and web crawling module heavily inspired | ||
by [Yoi](https://github.com/tapquo/yoi) project. (work in progress...) | ||
## Installation | ||
```bash | ||
$ npm install arania --save | ||
``` | ||
## Usage | ||
@@ -5,0 +11,0 @@ ### Extends crawler 'Class' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8810
33