mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
5b574877e9
Avoids Path#add() being misinterpreted as an operator, and console.log(path + ' hi'); causing weird issues.
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.9.7",
|
|
"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.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"dist/paper-node.js",
|
|
"fatline",
|
|
"projects",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"straps": "~1.1.3",
|
|
"acorn": "~0.3.1",
|
|
"esprima": "~1.0.3",
|
|
"stats.js": "r11"
|
|
}
|
|
}
|