-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
62 lines (62 loc) · 3.79 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
59
60
61
62
{
"name": "libreosteo",
"private": true,
"version": "0.0.0",
"description": "LibreOsteo",
"repository": "https://github.com/garthylou/LibreOsteo",
"license": "GNU-GPL",
"devDependencies": {},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@components'), 'libreosteoweb/static/components', 'junction') } catch (e) { }\"",
"prestart": "npm install",
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('libreosteoweb/components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'libreosteoweb/index-async.html');\""
},
"dependencies": {
"@components/angular": "angular/bower-angular#1.5.11",
"@components/angular-animate": "angular/bower-angular-animate#1.5.x",
"@components/angular-bind-html-compile": "git+https://github.com/incuna/angular-bind-html-compile.git#1.1.0",
"@components/angular-bootstrap": "angular-ui/bootstrap-bower#2.5.x",
"@components/angular-cookies": "angular/bower-angular-cookies#1.5.x",
"@components/angular-daterangepicker": "fragaria/angular-daterangepicker#^0.2.2",
"@components/angular-growl": "marcorinck/angular-growl#*",
"@components/angular-i18n": "angular/bower-angular-i18n#1.5.x",
"@components/angular-loader": "angular/bower-angular-loader#1.5.x",
"@components/angular-loading-bar": "chieffancypants/angular-loading-bar#0.9.x",
"@components/angular-mocks": "angular/bower-angular-mocks#~1.5.x",
"@components/angular-resource": "angular/bower-angular-resource#1.5.x",
"@components/angular-route": "angular/bower-angular-route#1.5.x",
"@components/angular-sanitize": "angular/bower-angular-sanitize#1.5.x",
"@components/angular-scroll": "oblador/angular-scroll#*",
"@components/angular-timeago": "yaru22/angular-timeago#*",
"@components/angular-toArrayFilter": "petebacondarwin/angular-toArrayFilter#*",
"@components/angular-ui-grid": "angular-ui/bower-ui-grid#*",
"@components/angular-ui-router": "angular-ui/angular-ui-router-bower#*",
"@components/angular-ui-validate": "angular-ui/ui-validate#*",
"@components/angular-xeditable": "vitalets/angular-xeditable#*",
"@components/bootstrap": "twbs/bootstrap#^3.0.0",
"@components/bootstrap-daterangepicker": "dangrossman/bootstrap-daterangepicker#^2.0.0",
"@components/bootstrap-tour": "sorich87/bootstrap-tour#*",
"@components/font-awesome": "git+https://github.com/FortAwesome/Font-Awesome.git#~4.2.0",
"@components/hallo": "git+https://github.com/bergie/hallo.git#*",
"@components/jquery": "git+https://github.com/jquery/jquery-dist.git#1.12.x",
"@components/jquery-htmlclean": "git+https://github.com/components/jquery-htmlclean.git#1.3.x",
"@components/jquery-ui": "git+https://github.com/components/jqueryui.git#1.10.x",
"@components/jquery-ui-bootstrap": "git+https://github.com/gustavohenke/jquery-ui-bootstrap.git#*",
"@components/moment": "moment/moment#>=2.9.0",
"@components/ng-file-upload": "danialfarid/angular-file-upload-bower#*",
"@components/ng-infinite-scroll": "ng-infinite-scroll/ng-infinite-scroll-bower#*",
"@components/rangy": "git+https://github.com/timdown/rangy-release.git#*",
"@components/rangy-official": "git+https://github.com/timdown/rangy-release.git#1.3.x",
"@components/webshim": "aFarkas/webshim#*"
},
"engines": {
"yarn": ">= 1.0.0"
}
}