From 1721335b7b9aae05b06312184f77dcc9eb9e5f59 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 1 Feb 2016 11:49:12 +1100 Subject: [PATCH] release 0.1 version --- AUTHORS.md | 26 ++++++++++++++++++++++++++ package.json | 23 +++++++++++++++++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000000..d4d4b4253d --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,26 @@ +Superdesk-client is written and maintained by Sourcefabric and +various contributors: + +#### The Superdesk team + +- [Petr Jasek](mailto:petr.jasek@sourcefabric.org) +- Adrian Magdas +- Holman Romero +- Ioan Pocol +- Mihai Nistor +- Mugur Rus +- Nikola Nikolic +- Ozan Ozbek +- Peter Lamut +- Sava Tatic +- Yauhen “actionless” Kirylau + +### Contributions + +- Andrew Marwood +- Gabriel Nistor +- Kuna Siva +- Mayur Dhamanwala +- Syed Junaid +- Tolga Akin + diff --git a/package.json b/package.json index 96d9c7e906..26ad26ecc7 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,30 @@ { "name": "superdesk-core", - "version": "0.0.14", + "version": "0.1.0", "license": "GPL-3.0", "repository": { "type": "git", - "url": "git://github.com/superdesk/superdesk-client-core" + "url": "https://github.com/superdesk/superdesk-client-core.git" }, + "contributors": [ + "Adrian Magdas", + "Andrew Marwood", + "Gabriel Nistor", + "Holman Romero", + "Ioan Pocol", + "Kuna Siva", + "Mayur Dhamanwala", + "Mihai Nistor", + "Mugur Rus", + "Nikola Nikolic", + "Ozan Ozbek", + "Peter Lamut", + "Petr Jasek", + "Sava Tatic", + "Syed Junaid", + "Tolga Akin", + "Yauhen 'actionless' Kirylau" + ], "dependencies": { "btoa": "1.1.2", "request": "2.61.0",