mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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",
|
"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",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
||||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||||
],
|
],
|
||||||
"homepage": "http://paperjs.org",
|
"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": {
|
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"]
|
||||||
"canvas": ">= 0.7.0"
|
|
||||||
},
|
|
||||||
"engines": { "node": ">= 0.4.0" },
|
|
||||||
"main": "./node.js/index.js"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue