-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 Bytes
/
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
{
"name": "koa-police",
"version": "0.2.0",
"description": "Authentication framework for Koa",
"main": "lib/index.js",
"scripts": {
"test": "node --harmony ./node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/.bin/_mocha -- --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuvistavie/koa-police.git"
},
"keywords": [
"koa",
"authentication"
],
"author": "Daniel Perez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tuvistavie/koa-police/issues"
},
"homepage": "https://github.com/tuvistavie/koa-police#readme",
"devDependencies": {
"chai": "^2.1.2",
"chai-as-promised": "^5.0.0",
"istanbul-harmony": "^0.3.12",
"koa": "^0.21.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
},
"dependencies": {
"co": "^4.5.4",
"lodash": "^3.9.3"
}
}