{ "name": "tstatic", "version": "1.0.0", "description": "Container to host simple static applications using a node server, so files can be deployed using rsync", "main": "server.js", "bin": { "tstatic": "./server.js" }, "scripts": { "test": "npm run mocha && npm run lint && nsp check", "lint": "eslint server.js tests/**.js", "start": "node server.js", "mocha": "NODE_ENV=test mocha tests/**.test.js" }, "engines": { "node": "6.9.4" }, "repository": { "type": "git", "url": "git+https://github.com/RealOrangeOne/tstatic.git" }, "author": "Jake Howard ", "bugs": { "url": "https://github.com/RealOrangeOne/tstatic/issues" }, "homepage": "https://github.com/RealOrangeOne/tstatic#readme", "dependencies": { "compression": "=1.6.2", "connect-static-file": "=1.1.2", "express": "=4.14.0", "express-winston": "=2.1.2", "helmet": "=3.3.0", "winston": "=2.3.0" }, "devDependencies": { "eslint": "=1.9.0", "eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4", "mocha": "=3.2.0", "nsp": "=2.6.2", "supertest": "=2.0.1" } }