]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - package.json
Update safetydance and add bcryptjs
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
1 {
2 "name": "cloudron-surfer",
3 "version": "3.0.0",
4 "description": "Simple file server",
5 "main": "app.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
8 },
9 "keywords": [
10 "file",
11 "server"
12 ],
13 "bin": {
14 "surfer": "./cli/surfer.js"
15 },
16 "author": "Johannes Zellner <johannes@nebulon.de>",
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/nebulade/surfer.git"
21 },
22 "dependencies": {
23 "async": "^1.5.2",
24 "bcryptjs": "^2.3.0",
25 "body-parser": "^1.15.0",
26 "colors": "^1.1.2",
27 "commander": "^2.8.1",
28 "compression": "^1.5.0",
29 "connect-lastmile": "0.0.10",
30 "connect-timeout": "^1.6.2",
31 "cookie-parser": "^1.4.1",
32 "debug": "^2.2.0",
33 "del": "^2.2.0",
34 "express": "^4.13.4",
35 "express-session": "^1.13.0",
36 "mkdirp": "^0.5.1",
37 "morgan": "^1.7.0",
38 "multiparty": "^4.1.2",
39 "passport": "^0.2.2",
40 "passport-ldapjs": "^1.0.2",
41 "readline-sync": "^1.4.1",
42 "request": "^2.69.0",
43 "safetydance": "^0.1.1",
44 "superagent": "^1.7.2",
45 "underscore": "^1.8.3"
46 },
47 "devDependencies": {
48 "expect.js": "^0.3.1",
49 "mocha": "^2.4.5",
50 "selenium-server-standalone-jar": "^2.52.0",
51 "selenium-webdriver": "^2.52.0"
52 }
53 }