paper.js/bower.json
2013-06-27 03:34:16 -07:00

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