Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginalEXE committed Nov 4, 2016
2 parents f9101db + ceaef82 commit 12f90c3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
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",
Expand Down

0 comments on commit 12f90c3

Please sign in to comment.