UNPKG

flange

Version:

A node.js server plugin for receiving flow.js uploads

48 lines (47 loc) 1.13 kB
{ "name": "flange", "version": "0.2.2", "description": "A node.js server plugin for receiving flow.js uploads", "main": "dist/index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/kstf/flange.git" }, "keywords": [ "node.js", "flow.js", "upload" ], "author": "Eric Eslinger <eric.eslinger@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kstf/flange/issues" }, "homepage": "https://github.com/kstf/flange#readme", "devDependencies": { "babel": "^6.5.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "del": "^2.2.2", "eslint": "^3.10.2", "form-data": "^2.1.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-mocha": "^3.0.1", "rimraf": "^2.5.4", "stream-to-promise": "^2.2.0" }, "dependencies": { "bluebird": "^3.4.6", "deep-assign": "^2.0.0", "hapi": "^15.2.0", "joi": "^10.0.1", "mime": "^1.3.4" } }