-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 904 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 904 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
42
{
"name": "ciphertoken",
"version": "0.9.5",
"description": "Ciphered accessToken management",
"main": "cipherToken.js",
"scripts": {
"test": "mocha test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/IGZjonasdacruz/ciphertoken.git"
},
"author": "Jonas Da Cruz",
"contributors": [
{
"name": "Kristina Zabunova",
"email": "triara.xiii@gmail.com"
},
{
"name": "Luis Mesas"
},
{
"name": "Angel Sanchez",
"email": "angelsanchezroa@gmail.com",
"url": "https://github.com/angelsanchez"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IGZjonasdacruz/ciphertoken/issues"
},
"homepage": "https://github.com/IGZjonasdacruz/ciphertoken",
"dependencies": {
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "^2.0.1"
},
"engines": {
"node": ">=0.10.26"
}
}