|
1 | 1 | {
|
2 | 2 | "name": "support-admin-app",
|
3 | 3 | "version": "2.3.0",
|
4 |
| - "dependencies": {}, |
| 4 | + "dependencies": { |
| 5 | + "pace-js": "~1.0.2", |
| 6 | + "angular": "~1.4.4", |
| 7 | + "angular-animate": "~1.4.4", |
| 8 | + "angular-ui-bootstrap": "~2.5.0", |
| 9 | + "angular-clipboard": "~1.2.1", |
| 10 | + "angular-cookies": "~1.4.4", |
| 11 | + "angular-footable": "~0.0.3", |
| 12 | + "angular-jwt": "~0.0.9", |
| 13 | + "angular-moment": "~1.0.0-beta.3", |
| 14 | + "angular-resource": "~1.4.4", |
| 15 | + "angular-sanitize": "~1.4.4", |
| 16 | + "angular-storage": "~0.0.11", |
| 17 | + "angular-touch": "~1.4.4", |
| 18 | + "angular-bootstrap-multiselect": "git+https://github.com/bentorfs/angular-bootstrap-multiselect.git#master", |
| 19 | + "angular-ui-router": "~0.2.13", |
| 20 | + "auth0-angular": "~4.0.4", |
| 21 | + "auth0-js": "~6.4.2", |
| 22 | + "auth0-lock": "~7.6.2", |
| 23 | + "bootstrap": "~3.3.5", |
| 24 | + "bootstrap-ui-datetime-picker": "^2.4.0", |
| 25 | + "font-awesome": "~4.3.0", |
| 26 | + "footable": "~2.0.3", |
| 27 | + "icheck": "1.0.2", |
| 28 | + "jquery": "~2.1.1", |
| 29 | + "lodash": "~4.2.0", |
| 30 | + "metismenu": "~2.0.2", |
| 31 | + "moment": "~2.11.2", |
| 32 | + "moment-timezone": "~0.5.0", |
| 33 | + "ng-file-model": "~0.0.4" |
| 34 | + }, |
5 | 35 | "devDependencies": {
|
6 |
| - "bower": "~1.8.0", |
| 36 | + "brfs": "1.4.3", |
7 | 37 | "browser-sync": "~2.18.8",
|
| 38 | + "browserify": "^9.0.3", |
| 39 | + "browserify-css": "0.10.1", |
| 40 | + "browserify-shim": "^3.8.10", |
8 | 41 | "chalk": "~0.5.1",
|
9 | 42 | "del": "~2.2.2",
|
| 43 | + "ejsify": "1.0.0", |
10 | 44 | "gulp": "~3.8.10",
|
11 | 45 | "gulp-angular-filesort": "~1.0.4",
|
12 | 46 | "gulp-angular-templatecache": "~1.4.2",
|
|
35 | 69 | "jasmine-core": "^2.5.2",
|
36 | 70 | "jshint": "~2.9.4",
|
37 | 71 | "jshint-stylish": "~1.0.0",
|
38 |
| - "main-bower-files": "~2.13.1", |
39 | 72 | "protractor": "~5.1.1",
|
40 | 73 | "require-dir": "~0.1.0",
|
41 | 74 | "uglify-save-license": "~0.4.1",
|
42 |
| - "wiredep": "~4.0.0" |
| 75 | + "vinyl-buffer": "1.0.0", |
| 76 | + "vinyl-source-stream": "1.1.0", |
| 77 | + "wiredep": "~4.0.0", |
| 78 | + "angular-mocks": "~1.4.4" |
43 | 79 | },
|
44 | 80 | "engines": {
|
45 | 81 | "node": ">=0.10.0"
|
46 | 82 | },
|
47 | 83 | "scripts": {
|
48 |
| - "postinstall": "bower install --config.interactive=false", |
49 | 84 | "clean": "gulp clean",
|
50 | 85 | "build": "gulp build",
|
51 | 86 | "start": "gulp publish",
|
|
0 commit comments