mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
14 lines
329 B
JSON
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"
|
|
}
|
|
}
|