2017-03-31 14:31:56 +02:00
|
|
|
{
|
|
|
|
|
"name": "backend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "server.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"start": "node server.js"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"babel-core": "^6.24.0",
|
|
|
|
|
"babel-loader": "^6.4.1",
|
|
|
|
|
"babel-polyfill": "^6.23.0",
|
|
|
|
|
"babel-preset-es2015": "^6.24.0",
|
|
|
|
|
"babel-preset-es2017": "^6.22.0",
|
|
|
|
|
"body-parser": "^1.17.1",
|
|
|
|
|
"cookie-parser": "^1.4.3",
|
2017-04-08 02:11:54 +02:00
|
|
|
"date-fns": "^1.28.2",
|
2017-03-31 14:31:56 +02:00
|
|
|
"express": "^4.15.2",
|
|
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2017-04-17 15:17:45 +02:00
|
|
|
"moment": "^2.18.1",
|
2017-03-31 14:31:56 +02:00
|
|
|
"mongodb": "^2.2.25"
|
|
|
|
|
}
|
|
|
|
|
}
|