You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
947 B

{
"name": "yunkong2.onvif",
"version": "0.0.1",
"description": "yunkong2 onvif dapter",
"author": {
"name": "Kirov Ilya",
"email": "kirovilya@gmail.com"
},
"contributors": [
{
"name": "Kirov Ilya",
"email": "kirovilya@gmail.com"
}
],
"homepage": "https://git.spacen.net/kirovilya/yunkong2.onvif",
"license": "MIT",
"keywords": [
"yunkong2",
"onvif",
"camera"
],
"repository": {
"type": "git",
"url": "git+https://git.spacen.net/kirovilya/yunkong2.onvif.git"
},
"dependencies": {
"onvif": "^0.6.0",
"nimble": "^0.0.2",
"onvif-snapshot": "^1.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://git.spacen.net/kirovilya/yunkong2.onvif/issues"
},
"readmeFilename": "README.md"
}