paper.js/bower.json
Jürg Lehni 5b574877e9 Make PaperScript math operator methods 'hidden' and use aliases to visible methods.
Avoids Path#add() being misinterpreted as an operator, and console.log(path + ' hi'); causing weird issues.
2013-06-28 05:15:49 -07:00

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"
}
}