Bibata_Cursor/bitmapper/package.json

16 lines
445 B
JSON
Raw Normal View History

{
2021-03-24 07:45:35 -04:00
"name": "bibata-cursor",
2021-03-26 00:51:04 -04:00
"version": "1.1.1",
2021-03-24 07:45:35 -04:00
"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/*"]
}