forked from mmisw/orr-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
{
"name": "orrportal",
"version": "3.6.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mmisw/orr-portal.git"
},
"devDependencies": {
"extend": "~2.0.0",
"gulp": "~3.9.1",
"gulp-concat": "^2.4.3",
"gulp-csso": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "~0.2.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "~2.2.13",
"gulp-webserver": "^0.9.0",
"gulp-zip": "^2.0.1",
"karma": "~0.10",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~2.4.1",
"log4js": "~0.6.9",
"merge-stream": "^0.1.5",
"mocha": "^2.5.3",
"open": "0.0.5",
"rimraf": "^2.2.8",
"run-sequence": "^1.2.2",
"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.3",
"angular-local-storage": "^0.2.7",
"angular-mocks": "^1.5.6",
"angular-recaptcha": "^3.0.4",
"angular-sanitize": "1.4.7",
"angular-ui-bootstrap": "^1.3.3",
"angular-ui-grid": "3.0.7",
"angular-ui-router": "^0.2.18",
"angular-xeditable": "^0.1.12",
"bootstrap-css-only": "^3.2.0",
"comma-separated-values": "^3.6.4",
"font-awesome": "~4.6.3",
"gulp-sourcemaps": "^2.6.0",
"jquery": "~2.1.1",
"moment": "~2.8.3",
"ng-file-upload": "^12.0.4",
"select2": "3.4.5",
"ui-select": "^0.17.1"
}
}