20 lines
421 B
JSON
20 lines
421 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",
|
|
"jshint": "^2.9.5",
|
|
"qunit": "^1.0.0",
|
|
"gulp-jshint": "^2.0.4",
|
|
"gulp-rename": "^1.2.2",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"gulp-qunit": "^1.5.0"
|
|
}
|
|
}
|