mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
12 lines
361 B
JSON
12 lines
361 B
JSON
|
{
|
||
|
"name": "paper",
|
||
|
"version": "0.9.17",
|
||
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||
|
"repo": "paperjs/paper.js",
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
||
|
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
||
|
],
|
||
|
"scripts": ["./dist/paper.js"]
|
||
|
}
|