forked from danielktaylor/fabric-js-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1007 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
36
37
38
39
40
{
"name": "fabric-js-editor",
"version": "0.0.2",
"description": "> npm install gulp > gulp",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"filesaver.js": "^0.2.0",
"jquery": "^3.3.1",
"jszip": "^2.6.1",
"jszip-utils": "0.0.2",
"spectrum-colorpicker": "^1.8.0"
},
"devDependencies": {
"browserify": "^12.0.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.4",
"gulp-uglifycss": "^1.0.5",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.1-rc1",
"jshint-stylish": "^2.1.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}