mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update package.json
This commit is contained in:
parent
addf28d724
commit
fa34ea5e5b
1 changed files with 8 additions and 11 deletions
19
package.json
19
package.json
|
@ -1,20 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}],
|
||||
"version": "0.8.0",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"contributors": [
|
||||
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||
],
|
||||
"homepage": "http://paperjs.org",
|
||||
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
|
||||
"repository": "git://github.com/paperjs/paper.js/",
|
||||
"repository": "git://github.com/paperjs/paper.js",
|
||||
"dependencies": {
|
||||
"canvas": ">= 0.7.0"
|
||||
},
|
||||
"engines": { "node": ">= 0.4.0" },
|
||||
"main": "./node.js/index.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue