merty/simple-file-uploader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "simple-file-uploader",
  "version": "0.2.0",
  "description": "A file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merty/simple-file-uploader.git"
  },
  "keywords": [
    "aws",
    "file",
    "html5",
    "node",
    "nodejs",
    "s3",
    "upload"
  ],
  "author": "Mert Yazicioglu",
  "license": "MIT",
  "private": true,
  "bugs": {
    "url": "https://github.com/merty/simple-file-uploader/issues"
  },
  "homepage": "https://github.com/merty/simple-file-uploader#readme",
  "dependencies": {
    "knox": "^0.9.2"
  },
  "scripts": {
    "start": "node index"
  }
}