-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 826 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 826 Bytes
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
{
"name": "ectoken",
"version": "1.0.1",
"description": "Token Generator for Edgio Token-Based Authentication",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edgioinc/nodejs-ectoken.git"
},
"keywords": [
"ectoken",
"token",
"auth",
"edgio",
"edgecastn"
],
"author": "Edgio, Inc",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/edgioinc/nodejs-ectoken/issues"
},
"engines": {
"node": ">= 6.4.0"
},
"homepage": "https://github.com/edgioinc/nodejs-ectoken",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"std-mocks": "^1.0.1"
},
"dependencies": {
"joi": "^14.3.1"
}
}