mirror of https://github.com/Trivernis/whooshy.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
530 B
JSON
25 lines
530 B
JSON
{
|
|
"name": "whooshy",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "1.4.4",
|
|
"debug": "2.6.9",
|
|
"express": "4.16.4",
|
|
"express-compile-sass": "latest",
|
|
"express-graphql": "0.8.0",
|
|
"express-session": "latest",
|
|
"fs-extra": "7.0.1",
|
|
"graphql": "14.3.0",
|
|
"graphql-import": "0.7.1",
|
|
"http-errors": "1.6.3",
|
|
"js-yaml": "latest",
|
|
"morgan": "1.9.1",
|
|
"node-sass": "4.12.0",
|
|
"pug": "2.0.0-beta11"
|
|
}
|
|
}
|