-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 KB
/
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
{
"name": "nodeplayer-plugin-passport",
"version": "0.2.0",
"description": "Provides authentication for express and/or socket.io",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/FruitieX/nodeplayer-plugin-passport.git"
},
"author": "FruitieX",
"license": "MIT",
"bugs": {
"url": "https://github.com/FruitieX/nodeplayer-plugin-passport/issues"
},
"homepage": "https://github.com/FruitieX/nodeplayer-plugin-passport",
"dependencies": {
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"express-session": "^1.10.4",
"jade": "^1.9.2",
"nodeplayer": "*",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.5.0",
"password-hash": "^1.2.2",
"readline-sync": "^0.8.0",
"session-file-store": "0.0.3",
"underscore": "^1.8.2"
},
"devDependencies": {
"chai": "^2.1.2",
"istanbul": "^0.3.8",
"jscs": "^1.11.3",
"mocha": "^2.2.1",
"mocha-jscs": "^1.0.2",
"mocha-jshint": "^1.0.0",
"underscore": "^1.8.2"
}
}