Name updated

This commit is contained in:
Sam Potts
2015-02-17 01:07:02 +11:00
parent ce6917f313
commit c24df00af7
11 changed files with 26 additions and 33 deletions

View File

@ -1,7 +1,7 @@
{
"name": "simple-media",
"name": "plyr",
"description": "A simple HTML5 media player using custom controls",
"homepage": "https://github.com/sampotts/simple-media",
"homepage": "https://github.com/sampotts/plyr",
"keywords": [
"Audio",
"Video",
@ -13,8 +13,8 @@
],
"dependencies": {},
"main": [
"dist/css/simple-media.css",
"dist/js/simple-media.js"
"dist/css/plyr.css",
"dist/js/plyr.js"
],
"ignore": [
"node_modules",
@ -23,7 +23,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/sampotts/simple-media.git"
"url": "git://github.com/sampotts/plyr.git"
},
"license": "MIT"
}