UNPKG

1.76 kBJSONView Raw
1{
2 "name": "antfarm",
3 "version": "1.1.37",
4 "description": "File automation framework for ants.",
5 "main": "index.js",
6 "directories": {
7 "example": "example"
8 },
9 "scripts": {
10 "test": "tsc -p ./ts && mocha --watch",
11 "test:auto": "mocha --watch",
12 "docs": "typedoc --out docs/ ./src/ --mode file"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/dominickp/antfarm.git"
17 },
18 "author": "peluso.dominick@gmail.com",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/dominickp/antfarm/issues"
22 },
23 "homepage": "https://github.com/dominickp/antfarm#readme",
24 "dependencies": {
25 "async": "^2.0.1",
26 "aws-sdk": "^2.6.7",
27 "clone": "^2.0.0",
28 "cors": "^2.8.1",
29 "easy-ftp": "^0.3.22",
30 "express": "^4.14.0",
31 "file-extension": "^3.0.2",
32 "jade": "^1.11.0",
33 "lodash": "^4.16.2",
34 "micromatch": "^2.3.11",
35 "mime-types": "^2.1.12",
36 "mkdirp": "^0.5.1",
37 "multer": "^1.2.0",
38 "node-watch": "^0.4.0",
39 "nodemailer": "0.7.1",
40 "pkginfo": "^0.4.0",
41 "require-dir-all": "^0.4.9",
42 "shortid": "^2.2.6",
43 "tmp": "0.0.29",
44 "winston": "^2.2.0"
45 },
46 "devDependencies": {
47 "@types/express": "^4.0.33",
48 "@types/node": "^6.0.45",
49 "@types/shortid": "0.0.28",
50 "chai": "^3.5.0",
51 "gulp": "^3.9.1",
52 "gulp-coveralls": "^0.1.4",
53 "gulp-istanbul": "^1.1.1",
54 "gulp-mocha": "^3.0.1",
55 "gulp-plumber": "^1.1.0",
56 "gulp-tslint": "^6.1.1",
57 "gulp-typedoc": "^2.0.0",
58 "gulp-typescript": "^2.13.6",
59 "mocha": "^3.0.2",
60 "mock-fs": "^3.11.0",
61 "run-sequence": "^1.2.2",
62 "ts-node": "^1.3.0",
63 "tslint": "^3.15.1",
64 "tslint-stylish": "^2.1.0-beta",
65 "typedoc": "^0.4.5",
66 "typescript": "^2.0.3"
67 }
68}