15 lines
322 B
JSON
15 lines
322 B
JSON
|
{
|
||
|
"name": "budibase-client-library",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Client library for talking to budibase web server",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"budibase"
|
||
|
],
|
||
|
"author": "Michael Shanks",
|
||
|
"license": "MPL-2.0"
|
||
|
}
|