chore: Initial commit

This commit is contained in:
Khaled Garbaya
2017-09-19 14:19:31 +02:00
parent 7c9d9a0891
commit 02f7c2ce41
10 changed files with 198 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "example-contentful-university-js",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEEBUG=example-contentful-university-js:server node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"morgan": "~1.7.0",
"pug": "~2.0.0-beta6",
"serve-favicon": "~2.3.0"
}
}