initial commit
parents
Showing
.gitignore
0 → 100644
.nvmrc
0 → 100644
LICENSE.txt
0 → 100644
This diff is collapsed.
README.md
0 → 100644
app.js
0 → 100644
config.json
0 → 100644
lib/webserver/routes.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "linstt-poc-socgen", | |||
"version": "0.0.1", | |||
"description": "An orchestrator for socgen", | |||
"main": "app.js", | |||
"scripts": { | |||
"start": "node app.js", | |||
"test": "xo && jest", | |||
"test:watch": "jest --watch", | |||
"ci": "yarn && xo && jest --runInBand" | |||
}, | |||
"dependencies": { | |||
"body-parser": "^1.18.2", | |||
"express": "^4.16.2", | |||
"xmlhttprequest": "1.8.0" | |||
}, | |||
"devDependencies": { | |||
"jest": "20.0.0", | |||
"xo": "0.18.2", | |||
"sinon": "^4.0.2" | |||
}, | |||
"xo": { | |||
"space": true | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://ci.linagora.com/linagora/lgs/labs/linstt-poc-socgen.git" | |||
}, | |||
"author": "Linagora Folks", | |||
"license": "AGPL-3.0" | |||
} |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment