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

28 lines
594 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",
"node_modules",
"package.json",
"src",
"test"
],
"dependencies": {
"straps": "~1.1.2",
"stats.js": "r11"
},
"devDependencies": {
"acorn": "~0.3.1",
"esprima": "~1.0.3"
}
}