Skip to content

Commit

Permalink
Removed unnecessary section
Browse files Browse the repository at this point in the history
I removed this because it was confusing. You have the modules in the `package.json` file, and I added the engine section. So now everything is nice and clear. So I hope :)
  • Loading branch information
davidgatti authored Mar 22, 2018
1 parent 95121d3 commit 8a02ee1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,10 @@ The node-onvif provides you with the APIs as follows:

Besides, the node-onvif provides you with simple APIs that allow you to control ONVIF network cameras easily even if you are not familiar with the ONVIF specifications.

## Dependencies

- [Node.js](https://nodejs.org/en/) 4.4 +
- Though the node-enocean-utils works on Node 4 for now, it is strongly recommended to use Node 6 or newer. The node-onvif will not support Node 4 in the future.
- [xml2js](https://www.npmjs.com/package/xml2js) 0.4.17 +
- [html](https://www.npmjs.com/package/html) 1.0.0 + (optional)

## Installation

```
$ cd ~
$ npm install xml2js
$ npm install html
$ npm install node-onvif
$ npm install -s node-onvif
```

## Sample Application
Expand Down

0 comments on commit 8a02ee1

Please sign in to comment.