UNPKG

6.08 kBJSONView Raw
1{
2 "name": "availity-angular",
3 "description": "Availity Angular SDK",
4 "version": "4.0.0",
5 "main": "lib/index.js",
6 "keywords": [
7 "angular",
8 "availity",
9 "sdk"
10 ],
11 "engines": {
12 "node": ">=5.0.0",
13 "npm": ">=4.0.0"
14 },
15 "bugs": {
16 "url": "https://github.com/Availity/availity-angular/issues"
17 },
18 "scripts": {
19 "start": "cross-env NODE_ENV=development node cli.js start",
20 "build:lib": "copyup \"src/**/*.html\" \"src/**/*.less\" lib && babel src --out-dir lib --quiet --ignore specs.js,'**/tests/**','**/test/**','**/bower_components/**','**/docs/**','**/coverage/**'",
21 "build:umd": "cross-env NODE_ENV=production node cli.js build",
22 "build": "npm run build:umd && npm run build:lib",
23 "clean": "node cli.js clean",
24 "docs": "npm run docs:publish",
25 "docs:publish": "npm run clean && npm run docs:pages && npm run book:build && npm run book:copy && gh-pages -d build",
26 "docs:pages": "cross-env NODE_ENV=development node cli.js docs",
27 "test": "cross-env npm run lint && karma start ./karma.conf.js",
28 "test:debug": "karma start ./karma.conf-debug.js",
29 "test:ci": "npm run lint && karma start ./karma.conf-sauce-labs.js",
30 "test:coverage": "karma start ./karma.conf-coverage.js",
31 "prepublishOnly": "cross-env npm run lint && npm run test && npm run build",
32 "lint": "node cli.js lint",
33 "book:prepare": "gitbook install",
34 "book:copy": "copyfiles -u 1 \"./_book/**/*\" build/docs",
35 "book:build": "gitbook build",
36 "book": "npm run book:prepare && gitbook serve",
37 "release": "npm run lint && sh ./scripts/release.sh"
38 },
39 "repository": {
40 "type": "git",
41 "url": "ssh://git@github.com:Availity/availity-angular.git"
42 },
43 "homepage": "http://availity.github.io/availity-angular/",
44 "files": [
45 "README.md",
46 "lib",
47 "dist",
48 "less"
49 ],
50 "author": "Robert McGuinness <rob.mcguinness@availity.com>",
51 "contributors": [
52 {
53 "name": "Robert McGuinness",
54 "email": "rob.mcguinness@availity.com"
55 },
56 {
57 "name": "Bobby Bennett",
58 "email": "Bobby.Bennett@availity.com"
59 }
60 ],
61 "license": "MIT",
62 "devDependencies": {
63 "animate.css": "^3.5.2",
64 "autoprefixer": "^7.2.4",
65 "availity-workflow-logger": "^2.6.5",
66 "babel-cli": "^6.24.1",
67 "babel-core": "^6.25.0",
68 "babel-eslint": "^7.2.3",
69 "babel-istanbul-loader": "^0.1.0",
70 "babel-loader": "^7.1.1",
71 "babel-plugin-transform-object-assign": "^6.22.0",
72 "babel-preset-env": "^1.6.1",
73 "babel-preset-stage-0": "^6.24.1",
74 "babel-register": "^6.24.1",
75 "babel-runtime": "^6.25.0",
76 "chalk": "^2.1.0",
77 "cheerio": "^0.22.0",
78 "chokidar": "^2.0.0",
79 "conventional-changelog-cli": "^1.3.5",
80 "conventional-recommended-bump": "^2.0.8",
81 "copyfiles": "^1.2.0",
82 "cross-env": "^5.1.3",
83 "css-loader": "^0.28.8",
84 "debounce-collect": "^1.0.2",
85 "debug": "^3.1.0",
86 "del": "^3.0.0",
87 "eslint": "^4.15.0",
88 "eslint-config-availity": "^2.2.0",
89 "eslint-plugin-import": "^2.7.0",
90 "eslint-plugin-jsx-a11y": "^5.0.3",
91 "eslint-plugin-react": "^7.2.0",
92 "exports-loader": "^0.6.4",
93 "expose-loader": "^0.7.3",
94 "extract-text-webpack-plugin": "^3.0.0",
95 "file-loader": "^1.1.6",
96 "gh-pages": "^1.0.0",
97 "gitbook-cli": "^2.3.2",
98 "gitbook-plugin-prism": "^2.3.0",
99 "globby": "^7.1.1",
100 "gray-matter": "^3.0.2",
101 "he": "^1.1.1",
102 "html-loader": "^0.5.4",
103 "is-utf8": "^0.2.1",
104 "isparta-loader": "^2.0.0",
105 "jasmine-core": "^2.7.0",
106 "json-loader": "^0.5.7",
107 "karma": "^2.0.0",
108 "karma-chrome-launcher": "^2.2.0",
109 "karma-coverage": "^1.1.1",
110 "karma-fixture": "^0.2.6",
111 "karma-ie-launcher": "^1.0.0",
112 "karma-jasmine": "^1.1.0",
113 "karma-notify-reporter": "^1.0.1",
114 "karma-sauce-launcher": "^1.2.0",
115 "karma-sinon": "^1.0.5",
116 "karma-sourcemap-loader": "^0.3.7",
117 "karma-spec-reporter": "^0.0.32",
118 "karma-webpack": "^2.0.4",
119 "karma-webpack-error-reporter": "^0.0.3",
120 "less": "^2.7.2",
121 "less-loader": "^4.0.5",
122 "less-plugin-npm-import": "^2.1.0",
123 "lodash.size": "^4.2.0",
124 "lodash.uniqueid": "^4.0.1",
125 "marked": "^0.3.12",
126 "metalsmith": "^2.3.0",
127 "metalsmith-collections": "^0.9.0",
128 "metalsmith-define": "^2.0.1",
129 "metalsmith-filter": "^1.0.2",
130 "metalsmith-in-place": "^1.4.4",
131 "metalsmith-layouts": "^1.8.1",
132 "metalsmith-markdown": "^0.2.2",
133 "metalsmith-mock": "^2.0.0",
134 "metalsmith-path": "^0.3.0",
135 "metalsmith-permalinks": "^0.5.0",
136 "metalsmith-prism": "^3.1.0",
137 "metalsmith-rootpath": "^1.0.4",
138 "ngtemplate-loader": "^2.0.1",
139 "node-sass": "^4.5.2",
140 "nunjucks": "^3.0.1",
141 "nunjucks-date": "^1.2.0",
142 "ora": "^1.3.0",
143 "postcss-loader": "^2.0.10",
144 "react-dev-utils": "^4.2.1",
145 "require-relative": "^0.8.7",
146 "sass-loader": "^6.0.6",
147 "sinon": "^4.1.4",
148 "slugify": "^1.2.9",
149 "stat-mode": "^0.2.2",
150 "style-loader": "^0.19.1",
151 "syntax-highlighting": "^1.0.0",
152 "url-loader": "^0.6.2",
153 "webpack": "^3.5.3",
154 "webpack-bundle-analyzer": "^2.9.2",
155 "webpack-dev-server": "^2.10.1",
156 "webpack-merge": "^4.1.1",
157 "webpack-notifier": "^1.5.0",
158 "yargs": "^10.1.1"
159 },
160 "dependencies": {
161 "@uirouter/angularjs": "^1.0.4",
162 "angular": "1.8.x",
163 "angular-animate": "1.7.x",
164 "angular-mocks": "1.7.x",
165 "angular-sanitize": "1.7.x",
166 "angular-shims-placeholder": "^0.4.7",
167 "angular-ui-mask": "^1.8.7",
168 "availity-uikit": "^2.1.0",
169 "bootstrap": "^3.4.0",
170 "bootstrap-datepicker": "^1.7.1",
171 "jquery": "^3.0.0",
172 "lodash.debounce": "^4.0.8",
173 "lodash.find": "^4.6.0",
174 "lodash.findindex": "^4.6.0",
175 "lodash.isempty": "^4.4.0",
176 "lodash.isregexp": "^4.0.1",
177 "lodash.matches": "^4.6.0",
178 "lodash.union": "^4.6.0",
179 "moment": "^2.20.1",
180 "select2": "^3.5.2-browserify",
181 "tracekit": "^0.4.4",
182 "velocity-animate": "^1.3.1"
183 },
184 "prettier": {
185 "printWidth": 120,
186 "singleQuote": true,
187 "trailingComma": "false"
188 }
189}