mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
20 lines
No EOL
544 B
JSON
20 lines
No EOL
544 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.8.0",
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
|
"authors": [{
|
|
"name" : "Jürg Lehni",
|
|
"url" : "http://lehni.org"
|
|
}, {
|
|
"name" : "Jonathan Puckey",
|
|
"url" : "http://jonathanpuckey.com"
|
|
}],
|
|
"homepage": "http://paperjs.org",
|
|
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
|
|
"repository": "git://github.com/paperjs/paper.js/",
|
|
"dependencies": {
|
|
"canvas": ">= 0.7.0"
|
|
},
|
|
"engines": { "node": ">= 0.4.0" },
|
|
"main": "./node.js/index.js"
|
|
} |