-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
{ | ||
"name": "vidim", | ||
"version": "1.0.0", | ||
"description": "Background videos made easy. Supports both YouTube and locally hosted videos.", | ||
"author": "", | ||
"main": "src/index.js", | ||
"description": "Background videos made easy. Supports both YouTube and self hosted videos.", | ||
"author": { | ||
"name": "Ante Sepic", | ||
"email": "[email protected]", | ||
"url": "https://github.com/OriginalEXE" | ||
}, | ||
"main": "dist/vidim.js", | ||
"scripts": { | ||
"build": "gulp build", | ||
"dev": "gulp dev", | ||
"devWatch": "gulp devWatch", | ||
"docs": "gulp docs", | ||
"test": "./node_modules/karma/bin/karma start" | ||
}, | ||
"license": "ISC", | ||
"repository" : { | ||
"type": "git", | ||
"url": "https://github.com/OriginalEXE/vidim.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/OriginalEXE/vidim/issues" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel-core": "^6.18.2", | ||
"babel-preset-es2015": "^6.18.0", | ||
|