-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1001 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1001 Bytes
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
36
37
{
"name": "BrowserWebcam",
"version": "1.0.0",
"description": "App to take pictures in browser with webcam.",
"main": "dist/index.html",
"author": "ol-web",
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"grunt": "^1.0.1",
"grunt-cssnano": "^2.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.1",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.2",
"gulp-iife": "^0.3.0",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rm": "^1.0.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.4"
}
}