mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Convert to JSON pretty format with two spaces and adjust Node paths.
This commit is contained in:
parent
eeadb4e749
commit
f6c167247d
3 changed files with 52 additions and 9 deletions
16
bower.json
16
bower.json
|
@ -13,8 +13,20 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"main": "dist/paper-full.js",
|
||||
"ignore": [
|
||||
|
|
|
@ -5,8 +5,27 @@
|
|||
"repo": "paperjs/paper.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"scripts": ["blob/master/dist/paper-full.js"]
|
||||
}
|
||||
"scripts": [
|
||||
"blob/master/dist/paper-full.js"
|
||||
],
|
||||
"files": [
|
||||
"AUTHORS.md",
|
||||
"LICENSE.txt",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
|
|
18
package.json
18
package.json
|
@ -13,10 +13,22 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"main": "./dist/paper-node.js",
|
||||
"main": "dist/paper-node.js",
|
||||
"files": [
|
||||
"AUTHORS.md",
|
||||
"dist/paper-node.js",
|
||||
|
|
Loading…
Reference in a new issue