paper.js/bower.json

45 lines
866 B
JSON
Raw Permalink Normal View History

2013-06-27 05:57:58 -04:00
{
"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"
},
2015-08-21 11:36:48 -04:00
"bugs": "https://github.com/paperjs/paper.js/issues",
"authors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://juerglehni.com)",
"Jonathan Puckey <jonathan@puckey.studio> (http://puckey.studio)"
],
"main": "dist/paper-full.js",
2013-06-27 05:57:58 -04:00
"ignore": [
"package.json",
"gulpfile.js",
"gulp",
2013-06-27 05:57:58 -04:00
"node_modules",
"packages",
"projects",
2013-06-27 05:57:58 -04:00
"src",
"test",
"travis"
2013-06-27 05:57:58 -04:00
],
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
2017-03-08 17:49:45 -05:00
"paper.js",
"paperjs"
]
2013-06-27 05:57:58 -04:00
}