-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 981 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
36
37
38
39
40
41
42
43
44
{
"name": "lockit-delete-account",
"version": "1.0.5",
"description": "delete account middleware for lockit",
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": {
"name": "Mirco Zeiss",
"email": "mirco.zeiss@gmail.com",
"twitter": "zemirco"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zemirco/lockit-delete-account"
},
"keywords": [
"lockit",
"delete",
"account"
],
"dependencies": {
"couch-pwd": "0.0.1",
"lockit-utils": "^0.5.3"
},
"devDependencies": {
"body-parser": "^1.13.2",
"cookie": "^0.1.2",
"cookie-parser": "^1.1.0",
"cookie-session": "^1.0.2",
"csurf": "^1.2.0",
"errorhandler": "^1.4.1",
"eslint": "^0.24.0",
"express": "^4.13.1",
"jade": "^1.3.1",
"lockit-couchdb-adapter": "^0.5.1",
"mocha": "^2.2.5",
"should": "^7.0.1",
"static-favicon": "^2.0.0-alpha",
"supertest": "^1.0.1"
}
}