Bibata_Cursor/bitmapper/package.json

18 lines
453 B
JSON
Raw Normal View History

{
2021-03-24 07:45:35 -04:00
"name": "bibata-cursor",
2021-07-12 09:22:30 -04:00
"version": "1.1.2",
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"
},
2021-07-01 02:22:03 -04:00
"workspaces": [
"packages/*"
]
}