mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"name": "uxbox-back",
|
|
"version": "0.1.0",
|
|
"description": "The Open-Source prototyping tool",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build-emails": "./scripts/build-email-templates.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uxbox/uxbox.git"
|
|
},
|
|
"author": "Uxbox",
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
"devDependencies": {
|
|
"mjml": "^4.6.3"
|
|
}
|
|
}
|