This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "webtask-mfa-monitor",
"version": "0.4.2",
"description": "Backendless security monitoring for your MFA enabled services",
"main": "node.run.js",
"private": true,
"scripts": {
"test": "NODE_PATH=. mocha",
"start": "NODE_PATH=. ./node_modules/.bin/gulp start",
"build": "NODE_PATH=. ./node_modules/.bin/gulp build",
"build:webtasks": "NODE_PATH=. ./node_modules/.bin/gulp build:webtasks",
"configure": "NODE_PATH=. ./node_modules/.bin/gulp configure",
"configure:cron": "NODE_PATH=. ./node_modules/.bin/gulp configure:cron",
"configure:sandbox": "NODE_PATH=. ./node_modules/.bin/gulp configure:sandbox",
"configure:webtasks": "NODE_PATH=. ./node_modules/.bin/gulp configure:webtasks",
"update": "NODE_PATH=. ./node_modules/.bin/gulp update"
},
"keywords": [
"auth0",
"2fa",
"mfa",
"two-factor",
"security",
"monitoring",
"webtask.io"
],
"author": "radekk",
"license": "MIT",
"engines": {
"node": "~5.5.0"
},
"dependencies": {
"assert": "^1.3.0",
"aws-sdk": "^2.3.18",
"bluebird": "^3.3.4",
"glob": "^7.0.3",
"gulp": "~3.9.1",
"inquirer": "^0.12.0",
"json-loader": "^0.5.4",
"lodash": "~4.5.1",
"lru-cache": "^4.0.1",
"require-dir": "^0.3.0",
"run-sequence": "~1.1.5",
"sandboxjs": "^2.3.0",
"shell-escape": "^0.2.0",
"wt-cli": "^2.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"expect.js": "^0.3.1",
"github": "^0.2.4",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"slack-notify": "~0.1.6"
}
}