From 786bc7d65fa8ba6838196c1dea333e5990d32c0c Mon Sep 17 00:00:00 2001 From: Hyzual Date: Fri, 7 Nov 2014 00:15:58 +0100 Subject: [PATCH] Adds npm module "sellout" which enables us to more easily maintain all the metadata jsons. The master metadata is now package.json. All project metadata (version, contributors, etc) will be derived from there and written to bower.json and component.json. --- bower.json | 16 +++++++++++----- component.json | 15 +++++++++++++++ package.json | 4 +++- 3 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 component.json diff --git a/bower.json b/bower.json index 9f373d5..be37c26 100644 --- a/bower.json +++ b/bower.json @@ -3,10 +3,15 @@ "version": "3.4.2", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "authors": [ - { - "name:": "Trevor Squillario", - "email": "tsquillario@gmail.com" - } + "tsquillario (https://github.com/tsquillario)", + "Hyzual (https://github.com/Hyzual)", + "maletor (https://github.com/maletor)", + "javaguirre (https://github.com/javaguirre)", + "Concept211 (https://github.com/Concept211) ", + "jerbob92 (https://github.com/jerbob92)", + "kennyhwang (https://github.com/kennyhwang)", + "ioggstream (https://github.com/ioggstream)", + "x37v (https://github.com/x37v)" ], "homepage": "http://jamstash.com", "keywords": [ @@ -14,11 +19,12 @@ "archive.org", "music" ], + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tsquillario/Jamstash.git" }, - "main": "index.html", + "main": "app/index.html", "dependencies": { "angular": "~1.2.0", "angular-route": "~1.2.0", diff --git a/component.json b/component.json new file mode 100644 index 0000000..bb542ec --- /dev/null +++ b/component.json @@ -0,0 +1,15 @@ +{ + "name": "jamstash", + "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", + "version": "3.4.2", + "license": "MIT", + "keywords": [ + "subsonic", + "archive.org", + "music" + ], + "scripts": [ + "app/index.html" + ], + ".private": true +} \ No newline at end of file diff --git a/package.json b/package.json index d975923..e3ead29 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { - "name": "Jamstash", + "name": "jamstash", "version": "3.4.2", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "author": "Trevor Squillario (https://github.com/tsquillario)", "contributors": [ + "tsquillario (https://github.com/tsquillario)", "Hyzual (https://github.com/Hyzual)", "maletor (https://github.com/maletor)", "javaguirre (https://github.com/javaguirre)", @@ -50,6 +51,7 @@ "karma-jasmine": "^0.2.3", "karma-phantomjs-launcher": "^0.1.4", "load-grunt-tasks": "^1.0.0", + "sellout": "0.0.1", "time-grunt": "^1.0.0" }, "engines": {