Skip to content

Commit

Permalink
Add package information
Browse files Browse the repository at this point in the history
  • Loading branch information
StefansArya committed Dec 18, 2018
1 parent 82b76d7 commit e9c43cc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ gulp.task('js', function(){
"targets": {
"ie": "9"
},
"loose":true,
"modules": false
"loose":true
}
]
]
Expand Down
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "sfmediastream",
"version": "0.9.1",
"repository": {
"type": "git",
"url": "https://github.com/ScarletsFiction/SFMediaStream.git"
},
"author": "Stefanus Arya CG",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScarletsFiction/SFMediaStream/issues"
},
"browserslist": [
"Android > 4",
"IOS >= 7",
"last 2 versions",
"ie >= 10"
],
"devDependencies": {
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-header": "*",
"gulp-csso": "*",
"browser-sync": "*",
"gulp-concat": "*",
"gulp-sourcemaps": "*",
"gulp-uglify-es": "*"
}
}

0 comments on commit e9c43cc

Please sign in to comment.