Bibata_Cursor/bitmapper/package.json

16 lines
429 B
JSON
Raw Normal View History

{
"name": "bibata-cursor",
2021-02-26 07:15:28 -05:00
"version": "1.1.0",
"description": "Material Based Cursors",
"main": "index.js",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"scripts": {
"render:bibata-modern": "yarn workspace bibata-modern render",
"render:bibata-original": "yarn workspace bibata-original render",
"render:bibata-rainbow": "yarn workspace bibata-rainbow render"
},
"workspaces": ["packages/*"]
}