-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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": "[email protected]",
"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",
"chokidar": "^1.6.1",
"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",
"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"
}
}