Skip to content

Commit

Permalink
feat: yarn.lock goof
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Nov 19, 2018
1 parent 4d9193c commit cba8dfb
Show file tree
Hide file tree
Showing 3 changed files with 3,733 additions and 0 deletions.
Binary file added goof-yarn/.DS_Store
Binary file not shown.
49 changes: 49 additions & 0 deletions goof-yarn/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"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({});'"
},
"engines": {
"node": "6.14.1"
},
"dependencies": {
"body-parser": "1.9.0",
"cfenv": "^1.0.4",
"cookie-parser": "1.3.3",
"consolidate": "0.14.5",
"dustjs-linkedin": "2.5.0",
"dustjs-helpers": "1.5.0",
"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",
"adm-zip": "0.4.7",
"file-type": "^8.1.0"
},
"devDependencies": {
"browserify": "^13.1.1"
}
}
Loading

0 comments on commit cba8dfb

Please sign in to comment.