mitmproxy/web/package.json

36 lines
866 B
JSON
Raw Normal View History

{
2014-09-13 15:00:05 +00:00
"name": "mitmproxy",
"private": true,
"devDependencies": {
"bower": "",
"bower-installer": "^0.8.4",
"clean-css": "",
"grunt": "",
"grunt-contrib-connect": "",
"grunt-contrib-copy": "",
"grunt-contrib-jshint": "",
"grunt-contrib-less": "",
"grunt-contrib-qunit": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-notify": "",
"grunt-react": "",
"grunt-shell": "",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.8",
2014-09-13 23:21:13 +00:00
"gulp-notify": "^1.6.0",
2014-09-13 21:05:12 +00:00
"gulp-plumber": "^0.6.5",
2014-09-13 23:21:13 +00:00
"gulp-qunit": "^0.3.3",
2014-09-13 15:00:05 +00:00
"gulp-react": "^1.0.1",
"gulp-sourcemaps": "^1.1.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"react": "",
"react-tools": ""
}
}