aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 23:10:47 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 23:10:47 +0100
commit7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3 (patch)
tree3f583d91ff97924068f7017f770b710da2768abe /web/package.json
parentbe02dd105b7803b7b2b6942f9d254539dfd6ba26 (diff)
parent61cde30ef8410dc5400039eea5d312fabf3779a9 (diff)
downloadmitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.tar.gz
mitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.tar.bz2
mitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.zip
Merge pull request #964 from mitmproxy/flat-structure
Flat structure
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 00000000..5bcbdd87
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,55 @@
+{
+ "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": "^2.1.1",
+ "jquery": "^2.1.4",
+ "lodash": "^3.10.1",
+ "react": "^0.13.3",
+ "react-router": "^0.13.2"
+ },
+ "devDependencies": {
+ "babelify": "^6.3.0",
+ "browserify": "^11.2.0",
+ "eslint": "^1.5.1",
+ "gulp": "^3.9.0",
+ "gulp-concat": "^2.6.0",
+ "gulp-connect": "^2.2.0",
+ "gulp-eslint": "^1.0.0",
+ "gulp-jshint": "^1.11.2",
+ "gulp-less": "^3.0.3",
+ "gulp-livereload": "^3.8.1",
+ "gulp-minify-css": "^1.2.1",
+ "gulp-notify": "^2.2.0",
+ "gulp-peg": "^0.1.2",
+ "gulp-plumber": "^1.0.1",
+ "gulp-react": "^3.0.1",
+ "gulp-rename": "^1.2.2",
+ "gulp-replace": "^0.5.4",
+ "gulp-sourcemaps": "^1.6.0",
+ "gulp-uglify": "^1.4.1",
+ "gulp-util": "^3.0.6",
+ "lodash": "^3.10.1",
+ "map-stream": "0.0.6",
+ "reactify": "^1.1.1",
+ "uglifyify": "^3.0.1",
+ "vinyl-buffer": "^1.0.0",
+ "vinyl-source-stream": "^1.1.0",
+ "vinyl-transform": "^1.0.0",
+ "watchify": "^3.4.0"
+ }
+}