Merge branch 'preprod'
{ | ||
"name": "generateur-slogans", | ||
"version": "1.0.0", | ||
"description": "Ce projet est le générateur de slogan et d'image utilisé par LQDN pour la campagne de dons 2017-2018.", | ||
"description": "This project is the slogan generator used by LQDN for the donation compaign of years 2017-2018.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "./node_modules/nodeunit/bin/nodeunit tests/run.js", | ||
"start": "./srv.js" | ||
}, | ||
"repository": { | ||
... | ... | @@ -15,5 +15,8 @@ |
"canvas": "2.0.0-alpha.5", | ||
"express": "^4.16.1", | ||
"pug": "^2.0.0-rc.4" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "^0.11.2" | ||
} | ||
} |
shareMessage.js
0 → 100644
tests/run.js
0 → 100755
Please register or sign in to comment