-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 973 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": "denali-auth",
"version": "0.0.2",
"scripts": {
"coverage": "scripts/coverage.sh",
"preversion": "scripts/preversion.sh",
"release": "scripts/release.sh",
"test": "scripts/test.sh"
},
"keywords": [
"denali",
"denali-addon",
"addon"
],
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@types/bcryptjs": "^2.4.0",
"@types/cookie": "^0.3.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.6",
"debug": "^2.3.2",
"denali": "0.0.x",
"denali-cli": "^0.0.3",
"denali-mailer": "0.0.x",
"denali-typescript": "^0.0.3",
"inflection": "^1.12.0",
"lodash": "^4.13.1",
"mockdate": "^2.0.0",
"moment": "^2.15.2"
},
"devDependencies": {
"ava": "^0.17.0",
"codeclimate-test-reporter": "^0.4.0",
"nock": "^9.0.2",
"nyc": "^8.1.0",
"passport-facebook": "^2.1.1",
"standard-version": "^2.4.0"
},
"ava": {
"plugins": [],
"presets": []
}
}