aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
blob: a13190bba7a2dacec90765dc13b03108b5e3bd5f (plain)
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
{
  "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",
    "gulp-plumber": "^0.6.5",
    "gulp-react": "^1.0.1",
    "gulp-sourcemaps": "^1.1.5",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "react": "",
    "react-tools": ""
  }
}