Skip to content

Commit 774b7d2

Browse files
committed
Update npm/bower/readme/license for this project.
1 parent 6c265dc commit 774b7d2

File tree

4 files changed

+36
-9
lines changed

4 files changed

+36
-9
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Josh Curtiss
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Kingdom Hall Playlist #
2+
3+
An app that helps you build a media playlist to facilitate more convenient
4+
and expedient playing of media during the meeting.
5+
6+
More info coming soon.

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "videoplaylist",
2+
"name": "khplaylist",
33
"description": "A playlist for meeting media including JW Library videos as well as other external media.",
44
"main": "main.js",
55
"authors": [
66
"Josh Curtiss <[email protected]>"
77
],
8-
"license": "ISC",
9-
"homepage": "https://github.com/joshuacurtiss/kingdom-hall",
8+
"license": "MIT",
9+
"homepage": "https://github.com/joshuacurtiss/khplaylist",
1010
"private": true,
1111
"ignore": [
1212
"**/.*",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "videoplaylist",
2+
"name": "khplaylist",
33
"version": "1.0.0",
44
"description": "A playlist for meeting media including JW Library videos as well as other external media.",
55
"main": "main.js",
66
"scripts": {
77
"install": "bower install -F",
88
"start": "electron main.js",
9-
"build": "electron-packager . VideoPlaylist --ignore=node_modules/electron-* --out=builds --overwrite"
9+
"build": "electron-packager . KH-Playlist --ignore=node_modules/electron-* --out=builds --overwrite"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/joshuacurtiss/kingdom-hall.git"
13+
"url": "https://github.com/joshuacurtiss/khplaylist.git"
1414
},
1515
"author": "Josh Curtiss <[email protected]>",
16-
"license": "ISC",
16+
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/joshuacurtiss/kingdom-hall/issues"
18+
"url": "https://github.com/joshuacurtiss/khplaylist/issues"
1919
},
20-
"homepage": "https://github.com/joshuacurtiss/kingdom-hall",
20+
"homepage": "https://github.com/joshuacurtiss/khplaylist",
2121
"devDependencies": {
2222
"chai": "^3.5.0",
2323
"electron-packager": "^8.2.0",

0 commit comments

Comments
 (0)