-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 852 Bytes
/
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
{
"name": "nipca",
"version": "0.3.0",
"description": "Network IP Camera Application Programming Interface (NIPCA) - Client",
"scripts": {
"example": "node ./examples/example.js",
"lint": "eslint src/*",
"lint:fix": "eslint --fix src/*",
"npm:release": "npm publish"
},
"author": "Jan Löbel (https://github.com/JanLoebel",
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/JanLoebel/nipca.git"
},
"keywords": [
"npm",
"package",
"nipca",
"dlink",
"camera",
"ip camera",
"Network IP Camera Application Programming Interface",
"API"
],
"dependencies": {
"build-url": "^1.3.2",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}