Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Jun 20, 2016
1 parent 5b89e0c commit 31ac2b0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "videojs-persistvolume",
"version": "0.1.4",
"description": "A plugin for Video.js that saves user's volume setting using localStorage, but falls back to cookies if necessary.",
"main": "videojs.persistvolume.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guardian/videojs-persistvolume.git"
},
"keywords": [
"video",
"videojs",
"volume"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/guardian/videojs-persistvolume/issues"
},
"homepage": "https://github.com/guardian/videojs-persistvolume#readme"
}

0 comments on commit 31ac2b0

Please sign in to comment.