blob: fb8d5d762c32cafb74b156e6f21515a3751974f4 [file] [log] [blame]
golabekec4f9542019-01-28 09:34:48 +01001{
2 "name": "vid-app-common",
3 "version": "4.0.0-SNAPSHOT",
4 "dependencies": {
5 "angular-bootstrap-multiselect": "^1.1.11",
6 "angular-feature-flags": "1.6.1",
7 "angular-moment": "^1.3.0",
8 "components-bootstrap": "3.3.7",
9 "glyphicons-only-bootstrap": "^1.0.1",
10 "lodash": "^4.17.11",
11 "moment": "^2.24.0",
12 "ng-file-upload": "^12.2.13"
13 },
14 "scripts": {
15 "prebuild": "npm install",
16 "build": "gulp"
17 },
18 "devDependencies": {
19 "angular-mocks": "1.2.19",
20 "gulp": "^4.0.0",
21 "gulp-inject": "^5.0.2",
22 "gulp-jest": "^4.0.2",
23 "gulp-uglify": "^3.0.1",
24 "jest": "^24.0.0",
25 "jest-mock": "^24.0.0",
26 "stream-series": "^0.1.1"
27 }
28}