1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00
budibase/package.json
2019-03-19 21:45:21 +00:00

18 lines
410 B
JSON

{
"name": "budibase",
"version": "0.0.1",
"description": "budibase wrapper repo for development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"budibase"
],
"author": "Michael Shanks",
"license": "AGPL-3.0-or-later",
"dependencies": {
"budibase-core": "git+ssh://git@gitlab.com/budibase-dist/budibase-core.git"
}
}