summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: fdeb4cf084d22f261bda23aac44ece31fc516115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "express-upload",
  "description": "nodejs-express-uploader: node.js, express, multer, html5 progress file upload app",
  "main": "",
  "authors": [
    "Kyle K <kylek389@gmail.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/fatalhalt/express-upload",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "^3.2.0"
  }
}