-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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": "authtoken",
"version": "1.0.22",
"description": "Implement AUTH TOKEN in you REST API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lortmorris/apitoken.git"
},
"keywords": [
"rest",
"api",
"token",
"express"
],
"author": "Cesar Casas <cesarcasas@bsdsolutions.com.ar> (https://ar.linkedin.com/in/cesarcasas)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lortmorris/apitoken/issues"
},
"homepage": "https://github.com/lortmorris/apitoken#readme",
"dependencies": {
"debug": "^2.6.9",
"mongojs": "^3.1.0",
"redis": "^2.8.0",
"redis-sentinel": "^0.3.3",
"shortid": "^2.2.15"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}