{ "name": "squatconf-web", "version": "0.2.0", "description": "website for the squatConf conference", "main": "server.js", "scripts": { "start": "echo -n 'building.. '; npm run build && node server.js", "build": "browserify src/email.js -o assets/js/email.js && node build.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/squatconf/website.git" }, "keywords": [ "squatconf", "web" ], "author": "squatconf", "license": "ISC", "bugs": { "url": "https://github.com/squatconf/website/issues" }, "homepage": "https://github.com/squatconf/website", "dependencies": { "browserify": "^5.11.2", "domready": "^1.0.7", "marked": "^0.3.2", "wrench": "^1.5.8" } }