mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
1615c6150a
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chroma-js": "^2.4.2"
|
|
}
|
|
}
|