You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "squatconf-web",
|
|
|
|
"version": "0.4.4",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"ecstatic": "^0.5.4",
|
|
|
|
"level": "^0.18.0",
|
|
|
|
"load-svg": "^1.0.0",
|
|
|
|
"mailgun": "^0.5.0",
|
|
|
|
"rc": "^0.5.1",
|
|
|
|
"stack": "^0.1.0",
|
|
|
|
"tiny-route": "^2.1.1",
|
|
|
|
"valid-email": "0.0.1",
|
|
|
|
"xss-escape": "0.0.5"
|
|
|
|
}
|
|
|
|
}
|