mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
fe064e9cc3
Closes #422.
36 lines
927 B
JSON
36 lines
927 B
JSON
{
|
|
"name": "paper",
|
|
"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"
|
|
],
|
|
"main": "dist/paper-full.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"dist/paper-node.js",
|
|
"projects",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"straps": "~1.5.1",
|
|
"acorn": "git://github.com/paperjs/acorn#0.3.2",
|
|
"esprima": "~1.0.3",
|
|
"stats.js": "r11"
|
|
}
|
|
}
|