-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 961 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
{
"name": "passport-voice-it",
"version": "0.0.3",
"main": "lib/",
"description": "VoiceIt authentication strategy for Passport.",
"homepage": "https://github.com/iszak/passport-voice-it",
"bugs": "https://github.com/iszak/passport-voice-it/issues",
"author": {
"name": "Iszak Bryan",
"email": "[email protected]",
"url": "http://iszak.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/iszak/passport-voice-it"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [],
"dependencies": {
"passport-strategy": "^1.0.0",
"data-uri-to-buffer": "^0.0.4",
"voice-it": "^0.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.1"
},
"scripts": {
"test": "grunt"
}
}