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