forked from alexeisnyk/juice-shop
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update developer backup file with latest version
(otherwise juice-shop#368 would be almost unsolvable!)
- Loading branch information
1 parent
be2f893
commit b7717c3
Showing
1 changed file
with
109 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
{ | ||
"name": "juice-shop", | ||
"version": "2.15.0", | ||
"version": "5.0.0-SNAPSHOT", | ||
"description": "An intentionally insecure Javascript Web Application", | ||
"homepage": "https://www.owasp.org/index.php/OWASP_Juice_Shop_Project", | ||
"author": "Bjoern Kimminich <[email protected]> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", | ||
"author": "Björn Kimminich <[email protected]> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", | ||
"contributors": [ | ||
"Bjoern Kimminich" | ||
"Björn Kimminich", | ||
"Aaron Edwards", | ||
"Alec Brooks", | ||
"Dinis Cruz", | ||
"Timo Pagel", | ||
"Gorka Vicente", | ||
"Alvaro Viebrantz", | ||
"Johanna A", | ||
"Stephen OBrien", | ||
"Joe Butler", | ||
"Abhishek bundela", | ||
"ninoseki", | ||
"Jannik Hollenbach", | ||
"Viktor Lindström", | ||
"Achim Grimm" | ||
], | ||
"private": true, | ||
"keywords": [ | ||
|
@@ -22,68 +36,82 @@ | |
"bodgeit" | ||
], | ||
"dependencies": { | ||
"body-parser": "~1.15", | ||
"body-parser": "~1.17", | ||
"bower": "~1.8", | ||
"colors": "~1.1", | ||
"config": "~1.26", | ||
"cookie-parser": "~1.4", | ||
"cors": "~2.8", | ||
"errorhandler": "~1.4", | ||
"express": "~4.14", | ||
"express-jwt": "~5.1", | ||
"dottie": "~2.0", | ||
"errorhandler": "~1.5", | ||
"epilogue-js": "~0.7", | ||
"express": "~4.15", | ||
"express-jwt": "~5.3", | ||
"fs-extra": "^3.0.0", | ||
"glob": "~5.0", | ||
"grunt": "~1.0", | ||
"grunt-angular-templates": "~1.1", | ||
"grunt-cli": "~1.2", | ||
"grunt-contrib-clean": "~1.1", | ||
"grunt-contrib-compress": "~1.4", | ||
"grunt-contrib-concat": "~1.0", | ||
"grunt-contrib-uglify": "~3.0", | ||
"grunt-text-replace": "~0.4", | ||
"hashids": "~1.1", | ||
"helmet": "~2.3", | ||
"jsonwebtoken": "~7.1", | ||
"morgan": "~1.7", | ||
"multer": "~1.2", | ||
"helmet": "~3.6", | ||
"html-entities": "~1.2", | ||
"js-yaml": "3.8.2", | ||
"jsonwebtoken": "~7.4", | ||
"jssha": "~2.3", | ||
"morgan": "~1.8", | ||
"multer": "~1.3", | ||
"pdfkit": "~0.8", | ||
"replace": "~0.3", | ||
"request": "~2.81.0", | ||
"sanitize-html": "1.4.2", | ||
"saucelabs": "~1.3", | ||
"sequelize": "~1.7", | ||
"sequelize-restful": "~0.4", | ||
"serve-favicon": "~2.3", | ||
"serve-index": "~1.8", | ||
"socket.io": "~1.4", | ||
"sqlite3": "3.1", | ||
"serve-favicon": "~2.4", | ||
"serve-index": "~1.9", | ||
"socket.io": "~2.0", | ||
"sqlite3": "3.1.8", | ||
"z85": "~0.0" | ||
}, | ||
"devDependencies": { | ||
"bower": "~1.7", | ||
"codeclimate-test-reporter": "~0.4", | ||
"cross-spawn": "~4.0", | ||
"form-data": "~1.0", | ||
"frisby": "~0.8", | ||
"grunt": "~1.0", | ||
"grunt-angular-templates": "~1.1", | ||
"grunt-cli": "~1.2", | ||
"grunt-contrib-clean": "~1.0", | ||
"grunt-contrib-compress": "~1.3", | ||
"grunt-contrib-concat": "~1.0", | ||
"grunt-contrib-uglify": "~2.0", | ||
"grunt-exec": "~1.0", | ||
"grunt-retire": "~1.0", | ||
"http-server": "~0.9", | ||
"chai": "~4", | ||
"codeclimate-test-reporter": "~0.5", | ||
"cross-spawn": "~5.1", | ||
"form-data": "~2.2", | ||
"frisby": "~2.0", | ||
"http-server": "~0.10", | ||
"istanbul": "~0.4", | ||
"jasmine-node": "~1.14", | ||
"jasmine-reporters": "~1.0", | ||
"karma": "~1.1", | ||
"karma-chrome-launcher": "~1.0", | ||
"jasmine-reporters": "~2.2", | ||
"jest": "~20", | ||
"karma": "~1.7", | ||
"karma-chrome-launcher": "~2.1", | ||
"karma-cli": "~1.0", | ||
"karma-coverage": "~1.1", | ||
"karma-firefox-launcher": "~1.0", | ||
"karma-jasmine": "~0.1", | ||
"karma-junit-reporter": "~1.1", | ||
"karma-jasmine": "~1.1", | ||
"karma-junit-reporter": "~1.2", | ||
"karma-phantomjs-launcher": "~1.0", | ||
"karma-safari-launcher": "~1.0", | ||
"karma-sauce-launcher": "~1.0", | ||
"lcov-result-merger": "~1.2", | ||
"mocha": "~3", | ||
"nyc": "~11", | ||
"phantomjs-prebuilt": "~2.1", | ||
"protractor": "~4.0", | ||
"protractor": "~4", | ||
"shelljs": "~0.7", | ||
"standard": "^8.0.0", | ||
"stryker": "~0.4", | ||
"stryker-api": "~0.2", | ||
"stryker-html-reporter": "~0.2", | ||
"stryker-karma-runner": "~0.2" | ||
"sinon": "~2.3", | ||
"sinon-chai": "~2.12", | ||
"socket.io-client": "~2.0", | ||
"standard": "~10", | ||
"stryker": "~0", | ||
"stryker-api": "~0", | ||
"stryker-html-reporter": "~0", | ||
"stryker-jasmine": "~0", | ||
"stryker-karma-runner": "~0", | ||
"stryker-mocha-runner": "~0" | ||
}, | ||
"peerDependencies": { | ||
"phantomjs-prebuilt": "~2.1" | ||
|
@@ -97,44 +125,56 @@ | |
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"postinstall": "bower install && grunt minify", | ||
"postinstall": "bower install && grunt minify && grunt docker", | ||
"start": "node app", | ||
"test": "standard && karma start karma.conf.js && istanbul cover ./test/serverTests.js", | ||
"test": "standard && karma start karma.conf.js && nyc mocha test/server", | ||
"frisby": "istanbul cover ./test/apiTests.js", | ||
"preupdate-webdriver": "npm install", | ||
"update-webdriver": "webdriver-manager update", | ||
"preprotractor": "npm run update-webdriver", | ||
"protractor": "node test/e2eTests.js", | ||
"stryker": "stryker -c stryker.conf.js" | ||
"stryker": "stryker run stryker.client-conf.js", | ||
"vagrant": "cd vagrant && vagrant up" | ||
}, | ||
"subdomain": "juice-shop", | ||
"engines": { | ||
"node": ">=4 <7" | ||
"node": ">=6 <9" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"/app/private/**" | ||
], | ||
"env": [ | ||
"jasmine", | ||
"node", | ||
"browser" | ||
"/app/private/**", | ||
"/vagrant/**" | ||
], | ||
"env": { | ||
"jasmine": true, | ||
"node": true, | ||
"browser": true, | ||
"mocha": true, | ||
"protractor": true | ||
}, | ||
"globals": [ | ||
"angular", | ||
"$", | ||
"browser", | ||
"protractor", | ||
"it", | ||
"xit", | ||
"element", | ||
"by", | ||
"expect", | ||
"describe", | ||
"jasmine", | ||
"inject", | ||
"spyOn", | ||
"beforeEach", | ||
"afterEach" | ||
"inject" | ||
] | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"lib/*.js", | ||
"routes/*.js" | ||
], | ||
"all": true, | ||
"reporter": [ | ||
"lcov", | ||
"text-summary" | ||
], | ||
"report-dir": "./build/reports/coverage/server-tests" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"**/test/api/*Spec.js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/bower_components/" | ||
] | ||
} | ||
} |