framadate/package.json
Thomas Citharel d1cbab2b86
Add cypress
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-11 18:42:57 +01:00

14 lines
329 B
JSON

{
"devDependencies": {
"cypress": "^3.6.1",
"faker": "^4.1.0"
},
"name": "framadate",
"version": "1.2.0-alpha.1",
"repository": "git@framagit.org:framasoft/framadate/framadate.git",
"author": "Thomas Citharel <tcit@tcit.fr>",
"license": "CECILL-B",
"scripts": {
"cypress": "cypress run"
}
}