mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
25 lines
534 B
JSON
25 lines
534 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.9.6",
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
|
"contributors": [
|
|
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
],
|
|
"main": "dist/paper-full.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"fatline",
|
|
"projects",
|
|
"lib",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"acorn": "~0.3.1",
|
|
"esprima": "~1.0.3"
|
|
}
|
|
}
|