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.
28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"name": "squatconf-web",
|
|
"version": "0.1.0",
|
|
"description": "website for the squatConf conference",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"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": {
|
|
"marked": "^0.3.2",
|
|
"wrench": "^1.5.8"
|
|
}
|
|
}
|