2020-01-04 15:31:08 +01:00
|
|
|
{
|
|
|
|
"name": "authd-maquettec",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "maquette client for authd",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-19 14:45:50 +02:00
|
|
|
"url": "https://git.baguette.netlib.re/Baguette/authd-maquettec.git"
|
2020-01-04 15:31:08 +01:00
|
|
|
},
|
|
|
|
"author": "",
|
2020-01-04 15:57:38 +01:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"livescript": "^1.6.0",
|
2020-12-21 19:41:42 +01:00
|
|
|
"maquette-bulma": "git+https://git.baguette.netlib.re/Baguette/maquette-bulma"
|
2020-01-04 15:57:38 +01:00
|
|
|
}
|
2020-01-04 15:31:08 +01:00
|
|
|
}
|