mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update package.json for NPM.
This commit is contained in:
parent
e6f5786261
commit
5f56759537
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"main": "./node.js/index.js",
|
||||
"engines": { "node": ">= 0.4.0" },
|
||||
"dependencies": {
|
||||
"canvas": ">= 0.7.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",
|
||||
"dependencies": {
|
||||
"canvas": ">= 0.7.0"
|
||||
},
|
||||
"engines": { "node": ">= 0.4.0" },
|
||||
"main": "./node.js/index.js"
|
||||
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue