mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
"vector",
|
||||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
"graphic",
|
||||||
|
"graphics",
|
||||||
|
"2d",
|
||||||
|
"geometry",
|
||||||
|
"bezier",
|
||||||
|
"curve",
|
||||||
|
"curves",
|
||||||
|
"path",
|
||||||
|
"paths",
|
||||||
|
"canvas",
|
||||||
|
"svg",
|
||||||
|
"paper",
|
||||||
|
"paper.js"
|
||||||
],
|
],
|
||||||
"main": "dist/paper-full.js",
|
"main": "dist/paper-full.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
|
@ -5,8 +5,27 @@
|
||||||
"repo": "paperjs/paper.js",
|
"repo": "paperjs/paper.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
"vector",
|
||||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
"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",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
|
"vector",
|
||||||
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
|
"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": [
|
"files": [
|
||||||
"AUTHORS.md",
|
"AUTHORS.md",
|
||||||
"dist/paper-node.js",
|
"dist/paper-node.js",
|
||||||
|
|
Loading…
Reference in a new issue