-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "telsa",
"version": "0.1.7",
"description": "tls 1.2 client for iot device with crypto authentication chip.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"doc": "jsdoc src/telsa.js -d ./docs/source -c jsdoc-md.json",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matianfu/telsa.git"
},
"keywords": [
"tls"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/matianfu/telsa/issues"
},
"homepage": "https://github.com/matianfu/telsa#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jsdoc": "^3.6.3",
"mocha": "^6.2.2",
"tui-jsdoc-template": "^1.2.2"
},
"dependencies": {
"debug": "^4.1.1",
"node-forge": "^0.9.1"
}
}