Convert to JSON pretty format with two spaces and adjust Node paths.

This commit is contained in:
Jürg Lehni 2014-04-07 00:30:26 +02:00
parent eeadb4e749
commit f6c167247d
3 changed files with 52 additions and 9 deletions

View file

@ -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": [

View file

@ -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"
]
}

View file

@ -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",