projects
Dockerfile
0 → 100644
content/events/_index.md
0 → 100644
File moved
content/projects/_index.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "HSBXL", | ||
"version": "0.2.0", | ||
"description": "Static site for hsbxl.be", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.13.3" | ||
}, | ||
"engines": { | ||
"node": "4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/heroku/node-js-sample" | ||
}, | ||
"keywords": [ | ||
"node", | ||
"heroku", | ||
"express" | ||
], | ||
"author": "Mark Pundsack", | ||
"contributors": [ | ||
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)" | ||
], | ||
"license": "MIT" | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment