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.
This commit is contained in:
Hyzual 2014-11-07 00:15:58 +01:00
parent a1d48bbd30
commit 786bc7d65f
3 changed files with 29 additions and 6 deletions

View file

@ -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",

15
component.json Normal file
View file

@ -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
}

View file

@ -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": {