gophish/package.json

27 lines
645 B
JSON

{
"name": "gophish",
"version": "0.3.0-dev",
"repository": {
"type": "git",
"url": "git+https://github.com/gophish/gophish.git"
},
"author": "Jordan Wright",
"license": "MIT",
"bugs": {
"url": "https://github.com/gophish/gophish/issues"
},
"homepage": "https://getgophish.com",
"devDependencies": {
"clean-css": "^3.4.23",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
}
}