-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
{
"name": "orrportal",
"version": "3.9.83",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mmisw/orr-portal.git"
},
"devDependencies": {
"extend": "^2.0.2",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-csso": "3.0.0",
"gulp-rename": "1.2.0",
"gulp-replace": "0.2.0",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "1.5.4",
"gulp-zip": "^5.0.1",
"jasmine-core": "^2.8.0",
"karma": "5.0.9",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-jasmine": "3.3.1",
"karma-junit-reporter": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"lodash": "^4.17.19",
"log4js": "^3.0.6",
"merge-stream": "0.1.7",
"minimist": "1.2.5",
"mocha": "^5.2.0",
"open": "^7.0.4",
"rimraf": "2.2.8",
"shelljs": "0.2.6"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js ci"
},
"dependencies": {
"angular": "1.4.7",
"angular-clipboard": "~1.4.2",
"angular-cookie": "~4.1.0",
"angular-jwt": "0.1.10",
"angular-local-storage": "0.2.7",
"angular-mocks": "1.6.2",
"angular-recaptcha": "3.2.1",
"angular-sanitize": "1.4.7",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-grid": "4.1.0",
"angular-ui-router": "1.0.22",
"angular-xeditable": "^0.9.0",
"bootstrap-css-only": "3.3.7",
"comma-separated-values": "3.6.4",
"font-awesome": "~4.6.3",
"moment": "2.21.0",
"ng-file-upload": "12.2.13",
"select2": "4.0.8",
"ui-select": "0.17.1"
}
}