2015-06-24 12:30:43 +02:00
|
|
|
{
|
|
|
|
"name": "hoewerkt",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A web thingy for my schoolpaper",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node app.js"
|
|
|
|
},
|
|
|
|
"author": "Bram van der Veen",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.13.0",
|
|
|
|
"express-less": "0.0.7",
|
2015-06-24 13:01:17 +02:00
|
|
|
"express-markdown": "0.0.6",
|
2015-06-24 12:30:43 +02:00
|
|
|
"jade": "^1.11.0"
|
|
|
|
}
|
|
|
|
}
|