-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 959 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
{
"name": "express-colander",
"version": "0.1.4",
"description": "Simple express authorization middleware",
"main": "dist/colander.min.js",
"scripts": {
"lint": "node_modules/.bin/eslint ./src/*.js --fix",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mildlypretentious/express-colander.git"
},
"keywords": [
"express.js",
"expressjs",
"authorization",
"middleware",
"roles",
"permissions"
],
"author": "William Carron",
"license": "MIT",
"bugs": {
"url": "https://github.com/mildlypretentious/express-colander/issues"
},
"homepage": "https://github.com/mildlypretentious/express-colander#readme",
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}