Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "node-onvif",
"version": "0.1.3",
"description": "The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.",
"engines": {
"node" : ">=4.4"
},
"main": "./lib/node-onvif.js",
"files": [
"lib",
Expand Down