From f6c167247dd6dc772a7dedb25729f79ebda67b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 7 Apr 2014 00:30:26 +0200 Subject: [PATCH] Convert to JSON pretty format with two spaces and adjust Node paths. --- bower.json | 16 ++++++++++++++-- component.json | 27 +++++++++++++++++++++++---- package.json | 18 +++++++++++++++--- 3 files changed, 52 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index f7895c2a..be805212 100644 --- a/bower.json +++ b/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": [ diff --git a/component.json b/component.json index 42037f1e..8a132209 100644 --- a/component.json +++ b/component.json @@ -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"] -} \ No newline at end of file + "scripts": [ + "blob/master/dist/paper-full.js" + ], + "files": [ + "AUTHORS.md", + "LICENSE.txt", + "README.md" + ] +} diff --git a/package.json b/package.json index b4c47988..dd850e83 100644 --- a/package.json +++ b/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",