-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
62 lines (62 loc) · 1.32 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
53
54
55
56
57
58
59
60
61
62
{
"name": "pie-js",
"version": "0.0.1",
"author": "Borisenko Vladimir",
"description": "",
"license": "MIT",
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ange007/pie-js.git"
},
"contributors": [],
"keywords": [
"fabricjs",
"image-editor",
"editor",
"image",
"image-generator",
"img",
"picture",
"meme-generator",
"photo-editor",
"online-image-editor",
"online-photo-editor",
"image-filters",
"drawing",
"canvas",
"fabric-js",
"image-filter",
"html5",
"html5-canvas"
],
"scripts": {},
"engine": {
"node": "~9.4.0"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-config-sync": "^1.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-debug": "^3.2.0",
"gulp-header": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-nunjucks": "^3.1.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"node-sass": "^4.7.2",
"rimraf": "^2.6.2"
}
}