1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/client/package.json

15 lines
322 B
JSON
Raw Normal View History

2019-06-08 01:18:10 +12:00
{
"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"
}