chore: Initial commit
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user