paper.js/bower.json

37 lines
922 B
JSON
Raw Normal View History

2013-06-27 05:57:58 -04:00
{
"name": "paper",
2014-03-20 12:23:45 -04:00
"version": "0.9.17",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"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)"
],
"license": "MIT",
"keywords": [
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
],
2013-06-27 07:34:34 -04:00
"main": "dist/paper.js",
2013-06-27 05:57:58 -04:00
"ignore": [
"build",
2013-06-27 06:02:40 -04:00
"components",
"dist/paper-node.js",
2013-06-27 05:57:58 -04:00
"projects",
"node_modules",
2013-06-27 06:02:40 -04:00
"package.json",
2013-06-27 05:57:58 -04:00
"src",
2013-06-27 06:02:40 -04:00
"test"
2013-06-27 05:57:58 -04:00
],
"devDependencies": {
2014-04-02 15:58:08 -04:00
"straps": "~1.5.1",
"acorn": "git://github.com/paperjs/acorn#0.3.2",
"esprima": "~1.0.3",
"stats.js": "r11"
2013-06-27 05:57:58 -04:00
}
}