forked from Squatconf/Website
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.
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"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 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"
|
|
}
|
|
}
|