1
0
Fork 0
mirror of synced 2024-09-09 06:01:08 +12:00
budibase/packages/server/appPackages/_master/package.json

15 lines
308 B
JSON
Raw Normal View History

{
2020-02-27 04:59:27 +13:00
"name": "masterui",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2020-02-27 04:59:27 +13:00
"license": "ISC",
"dependencies": {
2020-02-27 11:31:23 +13:00
"@budibase/standard-components": "^0.0.19",
"@budibase/materialdesign-components": "^0.0.19"
}
}