mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
34 lines
534 B
JSON
34 lines
534 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.9.21",
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
|
"license": "MIT",
|
|
"repo": "paperjs/paper.js",
|
|
"main": [
|
|
"dist/paper-full.js"
|
|
],
|
|
"scripts": [
|
|
"dist/paper-full.js"
|
|
],
|
|
"files": [
|
|
"AUTHORS.md",
|
|
"LICENSE.txt",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"vector",
|
|
"graphic",
|
|
"graphics",
|
|
"2d",
|
|
"geometry",
|
|
"bezier",
|
|
"curve",
|
|
"curves",
|
|
"path",
|
|
"paths",
|
|
"canvas",
|
|
"svg",
|
|
"paper",
|
|
"paper.js"
|
|
]
|
|
}
|