From 92ab0602eed44423c42d4b3c09ce4d8f3bb0f3c7 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Sat, 4 Jun 2016 10:43:22 +0200 Subject: [PATCH] chore: Update package.json fields --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c195ffc..51e139f3 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,14 @@ { - "author": "Julian Descottes, Vincent Renaudin", "name": "piskel", + "version": "0.8.0-SNAPSHOT", + "description": "Pixel art editor", + "author": "Julian Descottes ", + "contributors": [ + "Vincent Renaudin" + ], "main": "./dest/prod/index.html", - "description": "Web based 2d animations editor", - "version": "0.7.0-SNAPSHOT", "homepage": "http://github.com/juliandescottes/piskel", + "license": "Apache-2.0", "repository": { "type": "git", "url": "http://github.com/juliandescottes/piskel.git"