From 6b575d476d7584cb82bcb694e047c045a1ac2982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 1 Jul 2013 06:50:39 -0700 Subject: [PATCH] Clean up package and bower files. --- bower.json | 5 ----- package.json | 18 +++++++++--------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 8acee547..0ab4a710 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,6 @@ { "name": "paper", "version": "0.9.7", - "description": "The Swiss Army Knife of Vector Graphics Scripting", - "contributors": [ - "Jürg Lehni (http://lehni.org)", - "Jonathan Puckey (http://studiomoniker.com)" - ], "main": "dist/paper.js", "ignore": [ "build", diff --git a/package.json b/package.json index 20d23ae3..63c6fbde 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "paper", "version": "0.9.7", "description": "The Swiss Army Knife of Vector Graphics Scripting", + "homepage": "http://paperjs.org", + "repository": "git://github.com/paperjs/paper.js", "contributors": [ "Jürg Lehni (http://lehni.org)", "Jonathan Puckey (http://studiomoniker.com)" @@ -21,8 +23,12 @@ "canvas": ">= 0.7.0", "jsdom": ">= 0.6.0" }, - "homepage": "http://paperjs.org", - "repository": "git://github.com/paperjs/paper.js", + "devDependencies": { + "uglify-js": "~2.3.6", + "prepro": "~0.7.2", + "grunt": "~0.4.1", + "grunt-contrib-uglify": "~0.2.2" + }, "keywords": [ "vector", "graphic", @@ -33,11 +39,5 @@ "canvas", "svg", "paper.js" - ], - "devDependencies": { - "uglify-js": "~2.3.6", - "prepro": "~0.7.1", - "grunt": "~0.4.1", - "grunt-contrib-uglify": "~0.2.2" - } + ] }