Files
image-editor/package.json
T
2017-08-04 22:11:24 +02:00

17 lines
379 B
JSON

{
"name": "image-editor",
"version": "0.0.1",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git@github.com:Photowall/image-editor.git"
},
"devDependencies": {
"browserify": "^13.1.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}