|
|
|
@ -3,18 +3,14 @@
|
|
|
|
|
"version": "1.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-client.js -o html/assets/js/email.js",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/squatconf/website.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"squatconf",
|
|
|
|
|
"web"
|
|
|
|
|
"www",
|
|
|
|
|
"website"
|
|
|
|
|
],
|
|
|
|
|
"author": "squatconf",
|
|
|
|
|
"license": "ISC",
|
|
|
|
@ -23,17 +19,6 @@
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/squatconf/website",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"browserify": "^5.11.2",
|
|
|
|
|
"domready": "^1.0.7",
|
|
|
|
|
"ecstatic": "^0.5.4",
|
|
|
|
|
"level": "^0.18.0",
|
|
|
|
|
"load-svg": "^1.0.0",
|
|
|
|
|
"mailcomposer": "^0.2.12",
|
|
|
|
|
"mailgun-js": "^0.6.7",
|
|
|
|
|
"rc": "^0.5.1",
|
|
|
|
|
"stack": "^0.1.0",
|
|
|
|
|
"tiny-route": "^2.1.1",
|
|
|
|
|
"valid-email": "0.0.1",
|
|
|
|
|
"xss-escape": "0.0.5"
|
|
|
|
|
"ecstatic": "^0.5.8"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|