UNPKG

antfarm

Version:

File automation framework for ants.

76 lines (75 loc) 1.99 kB
{ "name": "antfarm", "version": "1.2.7", "description": "File automation framework for ants.", "main": "index.js", "directories": { "example": "example" }, "scripts": { "test": "tsc -p ./ts && mocha --watch", "test:auto": "mocha --watch", "docs": "typedoc --out docs/ ./src/**/*.ts --mode file --ignoreCompilerErrors" }, "repository": { "type": "git", "url": "git+https://github.com/dominickp/antfarm.git" }, "author": "peluso.dominick@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/dominickp/antfarm/issues" }, "homepage": "https://github.com/dominickp/antfarm#readme", "dependencies": { "async": "^2.0.1", "aws-sdk": "^2.6.7", "clone": "^2.0.0", "cors": "^2.8.1", "easy-ftp": "^0.3.22", "express": "^4.14.0", "file-extension": "^3.0.2", "filesize": "^3.3.0", "jszip": "^3.1.3", "lodash": "^4.16.2", "micromatch": "^2.3.11", "mime-types": "^2.1.12", "mkdirp": "^0.5.1", "multer": "^1.2.0", "node-watch": "^0.4.0", "nodemailer": "2.6.4", "pkginfo": "^0.4.0", "pug": "^2.0.0-beta6", "reflect-metadata": "^0.1.8", "require-dir-all": "^0.4.9", "shortid": "^2.2.6", "tmp": "0.0.29", "winston": "^2.2.0" }, "devDependencies": { "@types/express": "^4.0.33", "@types/node": "^6.0.45", "@types/nodemailer": "^1.3.32", "@types/shortid": "0.0.28", "chai": "^3.5.0", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-coveralls": "^0.1.4", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-plumber": "^1.1.0", "gulp-sourcemaps": "^2.1.1", "gulp-tslint": "^6.1.1", "gulp-typedoc": "^2.0.0", "gulp-typescript": "^3.0.2", "merge2": "^1.0.2", "mocha": "^3.0.2", "mock-fs": "^3.11.0", "run-sequence": "^1.2.2", "ts-node": "^1.3.0", "tslint": "^3.15.1", "tslint-stylish": "^2.1.0-beta", "typedoc": "^0.5.0", "typescript": "^2.0.3" } }