UNPKG

1.79 kBJSONView Raw
1{
2 "name": "availity-workflow",
3 "version": "3.2.0",
4 "description": "Upgradable workflow for Availity boilerplate projects",
5 "main": "index.js",
6 "bin": {
7 "av": "./index.js"
8 },
9 "scripts": {
10 "test": "echo \"No test specified\" && exit 0",
11 "test:integration": "echo \"No test specified\" && exit 0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/availity/availity-workflow.git"
16 },
17 "keywords": [
18 "boilerplate",
19 "workflow",
20 "availity",
21 "angular",
22 "react"
23 ],
24 "author": "Robert McGuinness",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/availity/availity-workflow/issues"
28 },
29 "homepage": "https://github.com/availity/availity-workflow#readme",
30 "dependencies": {
31 "availity-mock-data": "^3.1.0",
32 "availity-mock-server": "^3.1.0",
33 "availity-workflow-logger": "^2.6.5",
34 "availity-workflow-settings": "^3.1.1",
35 "chalk": "^2.1.0",
36 "debug": "^3.0.0",
37 "del": "^3.0.0",
38 "envinfo": "^3.10.0",
39 "escape-string-regexp": "^1.0.5",
40 "eslint": "^4.7.1",
41 "figures": "^2.0.0",
42 "globby": "^7.1.1",
43 "inquirer": "^5.0.0",
44 "lodash": "^4.17.4",
45 "lodash.debounce": "^4.0.8",
46 "lodash.get": "^4.4.2",
47 "lodash.merge": "^4.6.0",
48 "lodash.once": "^4.1.1",
49 "moment": "^2.19.2",
50 "node-http-proxy-json": "^0.1.3",
51 "opn": "^5.1.0",
52 "ora": "^1.3.0",
53 "pretty-ms": "^3.1.0",
54 "require-relative": "^0.8.7",
55 "semver": "^5.4.1",
56 "shelljs": "^0.7.7",
57 "type-is": "^1.6.15",
58 "update-notifier": "^2.1.0",
59 "url-join": "^2.0.2",
60 "webpack": "^3.6.0",
61 "webpack-bundle-size-analyzer": "^2.6.0",
62 "webpack-dev-server": "^2.8.2",
63 "yargs": "^8.0.2"
64 },
65 "engines": {
66 "node": ">= 8.0.0",
67 "npm": ">= 4.0.0"
68 }
69}