paper.js/bower.json
2015-08-18 12:17:39 +02:00

46 lines
897 B
JSON

{
"name": "paper",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "git://github.com/paperjs/paper.js"
},
"authors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
],
"main": "dist/paper-full.js",
"ignore": [
"build",
"components",
"dist/paper-node.js",
"projects",
"node_modules",
"package.json",
"src",
"test"
],
"devDependencies": {
"straps": "~1.7.2",
"acorn": "~0.4.0",
"stats.js": "r11"
},
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
]
}