]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - package.json
Add repository information to avoid npm warnings
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
1 {
2 "name": "cloudron-surfer",
3 "version": "2.0.1",
4 "description": "Simple file server",
5 "main": "app.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
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.2.1",
24 "body-parser": "^1.13.1",
25 "colors": "^1.1.2",
26 "commander": "^2.8.1",
27 "compression": "^1.5.0",
28 "connect-lastmile": "0.0.10",
29 "connect-timeout": "^1.6.2",
30 "cookie-parser": "^1.3.5",
31 "debug": "^2.2.0",
32 "del": "^1.2.0",
33 "ejs": "^2.3.1",
34 "express": "^4.12.4",
35 "express-session": "^1.11.3",
36 "mkdirp": "^0.5.1",
37 "morgan": "^1.6.0",
38 "multiparty": "^4.1.2",
39 "passport": "^0.2.2",
40 "passport-ldapjs": "^1.0.2",
41 "readline-sync": "^1.2.19",
42 "request": "^2.61.0",
43 "safetydance": "0.0.16",
44 "superagent": "^1.2.0",
45 "underscore": "^1.8.3"
46 },
47 "devDependencies": {
48 "expect.js": "^0.3.1",
49 "mocha": "^2.3.4",
50 "rimraf": "^2.4.4"
51 }
52 }