mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Update package.json
This commit is contained in:
parent
addf28d724
commit
fa34ea5e5b
1 changed files with 8 additions and 11 deletions
17
package.json
17
package.json
|
@ -1,17 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"authors": [{
|
"contributors": [
|
||||||
"name" : "Jürg Lehni",
|
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
||||||
"url" : "http://lehni.org"
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||||
}, {
|
],
|
||||||
"name" : "Jonathan Puckey",
|
|
||||||
"url" : "http://jonathanpuckey.com"
|
|
||||||
}],
|
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
|
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
|
||||||
"repository": "git://github.com/paperjs/paper.js/",
|
"repository": "git://github.com/paperjs/paper.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": ">= 0.7.0"
|
"canvas": ">= 0.7.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue