-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "node-blink-security",
"version": "4.1.5",
"description": "A NodeJS module for the Blink Security Camera System",
"main": "index.js",
"scripts": {
"test": "nyc mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madshall/node-blink-security.git"
},
"keywords": [
"blink",
"camera",
"security",
"system"
],
"author": "Dmitry Ivanov <madshall.dev@gmail.com>",
"license": {
"type": "MIT",
"url": "https://github.com/madshall/node-blink-security/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/madshall/node-blink-security/issues"
},
"homepage": "https://github.com/madshall/node-blink-security#readme",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"eslint": "^6.0.0",
"eslint-plugin-chai-friendly": "^0.5.0",
"istanbul": "^0.4.5",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"replay": "^2.1.4"
}
}