-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 751 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"author": {
"name": "Sahil Chaddha"
},
"bundleDependencies": false,
"dependencies": {
"babel-eslint": "^8.2.6",
"du": "^0.1.0",
"moment": "^2.22.2",
"rimraf": "^2.6.2"
},
"deprecated": false,
"description": "RTSP Stream Recorder",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
},
"keywords": [
"rtsp",
"recorder",
"rtsp-recorder",
"rtsp-stream",
"ip-camera"
],
"license": "ISC",
"main": "src/index.js",
"name": "node-onvif-recorder",
"scripts": {
"ci": "npm install && npm run lint",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}