{ "name": "newslynx", "description": "A platform for measuring the quantitative and qualitative impact of journalism.", "version": "1.2.1", "scripts": { "test": "mocha", "start": "gulp && forever start ./bin/www.js run", "compile": "gulp", "start-automation": "gulp && forever -a -l /opt/newslynx/logs/app.log start ./bin/www.js run", "forever-list": "forever list", "forever-stop": "forever stop bin/www.js", "forever-restart": "forever restart bin/www.js", "start-https": "NEWSLYNX_ENV=https gulp && forever start ./bin/www.js run", "dev": "bash bin/dev.sh", "watch-files": "gulp watch-files", "watch-server": "nodemon -e jade,json,js,styl --ignore public/* ./bin/www.js run" }, "dependencies": { "body-parser": "~1.0.0", "chalk": "^1.0.0", "compression": "^1.2.0", "debug": "~0.7.4", "express": "~4.0.0", "express-session": "^1.11.3", "forever": "^0.14.2", "fs-plus": "^2.8.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-plumber": "^1.0.1", "gulp-sourcemaps": "^1.5.2", "gulp-stylus": "^2.0.5", "gulp-uglify": "^1.2.0", "indian-ocean": "^0.4.0", "jade": "~1.9.0", "js-yaml": "^3.3.0", "level": "^1.3.0", "level-session-store": "^2.0.1", "mocha": "^2.2.5", "morgan": "~1.0.0", "nib": "^1.1.0", "nodemon": "^1.3.7", "queue-async": "^1.0.7", "request": "2.x", "serve-favicon": "~2.0.1", "stylus": "~0.48.0", "tracer": "~0.7.1", "underscore": "1.6.x", "user-home": "^2.0.0" }, "main": "./bin/www", "repository": { "type": "git", "url": "git+https://github.com/newslynx/newslynx-app.git" }, "keywords": [ "analytics", "journalism", "impact", "qualitative", "quantitative", "tow center", "columbia" ], "author": "Michael Keller", "license": "CC-BY-NC-SA-4.0", "bugs": { "url": "https://github.com/newslynx/newslynx-app/issues" }, "homepage": "https://github.com/newslynx/newslynx-app#readme" }