forked from informatics-lab/euporias-video-stream-sampler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 887 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "euporias-video-stream-sampler",
"version": "1.0.0",
"description": "EUPORIAS - ceramic bell project - video stream sampler",
"author": "tpowellmeto <thomas.powell@informaticslab.co.uk>",
"main": "src/js/main.js",
"setup": "src/js/setup.js",
"engines": {
"node": ">=7.9.0"
},
"scripts": {},
"license": "ISC",
"dependencies": {
"request": "^2.75.0"
},
"private": true,
"devDependencies": {
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"del": "^2.2.1",
"event-stream": "^3.3.4",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-htmlmin": "^2.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.2.1",
"minimatch": "^3.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}