aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
blob: 5b15f69520a6ca24914fec1105d4f31510fc68fa (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "mitmproxy",
  "private": true,
  "scripts": {
    "test": "jest ./src/js"
  },
  "jest": {
    "testPathDirs": [
      "./src/js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "testutils.js"
    ],
    "testDirectoryName": "tests"
  },
  "dependencies": {
    "bootstrap": "^3.3.4",
    "flux": "",
    "jquery": "",
    "lodash": "",
    "react": "^0.13.1",
    "react-router": "^0.13.1"
  },
  "devDependencies": {
    "browserify": "=8.0.1",
    "gulp": "",
    "gulp-concat": "",
    "gulp-connect": "",
    "gulp-jshint": "",
    "gulp-less": "",
    "gulp-livereload": "",
    "gulp-minify-css": "",
    "gulp-notify": "",
    "gulp-peg": "",
    "gulp-plumber": "",
    "gulp-react": "",
    "gulp-rename": "",
    "gulp-replace": "",
    "gulp-rev": "",
    "gulp-sourcemaps": "",
    "gulp-uglify": "",
    "jest-cli": "^0.1.18",
    "jshint-stylish": "",
    "lodash": "",
    "map-stream": "",
    "reactify": "",
    "vinyl-buffer": "",
    "vinyl-source-stream": "",
    "vinyl-transform": ""
  }
}