-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 861 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
37
{
"name": "lib32100",
"version": "1.5.1",
"description": "Library implementing port 32100 UDP Cloud protocol",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint *.js lib/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbertone/lib32100.git"
},
"keywords": [
"cloud",
"32100",
"P2P",
"cam",
"camera",
"IP",
"UDP",
"IoT"
],
"author": "Fabrizio Bertone",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbertone/lib32100/issues"
},
"homepage": "https://github.com/fbertone/lib32100#readme",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1"
}
}