forked from snyk-labs/nodejs-goof
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10c3d53
commit 7050d7a
Showing
1 changed file
with
1 addition
and
40 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,40 +1 @@ | ||
{ | ||
"name": "goof", | ||
"version": "0.0.3", | ||
"description": "A vulnerable todo demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/" | ||
}, | ||
"scripts": { | ||
"start": "node app.js", | ||
"build": "browserify -r jquery > public/js/bundle.js", | ||
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'" | ||
}, | ||
"dependencies": { | ||
"body-parser": "1.9.0", | ||
"cookie-parser": "1.3.3", | ||
"ejs": "1.0.0", | ||
"ejs-locals": "1.0.2", | ||
"errorhandler": "1.2.0", | ||
"express": "4.12.4", | ||
"express-fileupload": "0.0.5", | ||
"humanize-ms": "1.0.1", | ||
"jquery": "^2.2.4", | ||
"marked": "0.3.5", | ||
"method-override": "latest", | ||
"moment": "2.15.1", | ||
"mongoose": "4.2.4", | ||
"morgan": "latest", | ||
"ms": "^0.7.1", | ||
"npmconf": "0.0.24", | ||
"optional": "^0.1.3", | ||
"st": "0.2.4", | ||
"stream-buffers": "^3.0.1", | ||
"tap": "^5.7.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^13.1.1" | ||
} | ||
} | ||
|