-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "facecreator",
"version": "1.1.2",
"description": "An inclusive, illustrated avatar creator.",
"main": "index.htm",
"scripts": {
"build": "npm install --silent && gulp build",
"build:watch": "npm install --silent && gulp",
"build:prod": "npm install --silent && gulp build --env build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cvasquez/facecreator.git"
},
"author": "Chris Vasquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/cvasquez/facecreator/issues"
},
"homepage": "https://friendlyfaces.co",
"dependencies": {
"bootstrap": "^4.3.1",
"canvas-toBlob": "^1.0.0",
"file-saver": "^2.0.1",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "~>3.4.0",
"rangeslider.js": "andreruffert/rangeslider.js"
},
"devDependencies": {
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-environments": "^0.1.2",
"gulp-imagemin": "^5.0.3",
"gulp-pipe": "^1.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-string-replace": "^1.1.2",
"gulp-strip-comments": "^2.5.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.1",
"imagemin-optipng-progressive": "^0.0.1",
"plugin-error": "^1.0.1",
"tar": ">=4.4.2",
"uglify-es": "^3.3.9"
}
}