Skip to content

Commit

Permalink
Updated package.json to reflect minimatch dependency + node version
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
Pablo Toledo committed Apr 25, 2017
1 parent 1955c35 commit 5455271
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# euporias-video-stream-sampler
euporias - ceramic bell project - video stream sampler

##installation
`npm i -g gulp`
## installation
(Use nvm to install / manage node versions)
`nvm install stable'
`npm i -g gulp`
`cd <your git repo>/euporias-video-stream-sampler
`npm install`

##running
## running
`nvm use 7.9`
`gulp serve`

##usage
## usage
To start sampling click the large green 'Start Sampling' button.
To stop sampling click the large red 'Stop Sampling' button.

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "EUPORIAS - ceramic bell project - video stream sampler",
"author": "tpowellmeto <[email protected]>",
"main": "src/js/main.js",
"engines": {
"node": ">=7.9.0"
},
"scripts": {},
"license": "ISC",
"dependencies": {
Expand All @@ -20,6 +23,7 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"minimatch": "^3.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
Expand Down

0 comments on commit 5455271

Please sign in to comment.