forked from ctweney/calcentral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 KB
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
{
"name": "calcentral",
"description": "UC Berkeley portal",
"version": "51.0.0",
"keywords": [
"CalCentral",
"portal",
"UC Berkeley"
],
"homepage": "https://github.com/ets-berkeley-edu/calcentral",
"repository": {
"type": "git",
"url": "https://github.com/ets-berkeley-edu/calcentral.git"
},
"bugs": {
"url": "https://ets.berkeley.edu/forms/request-calcentral-support-feedback"
},
"author": {
"name": "CalCentral Developers",
"email": "portal-dev@media.berkeley.edu"
},
"scripts": {
"build": "gulp build",
"build-production": "gulp build --env production"
},
"license": "ECL 2.0",
"devDependencies": {
"angular": "^1.3.15",
"angular-route": "^1.3.15",
"angular-sanitize": "^1.3.15",
"del": "^1.1.1",
"font-awesome": "^4.3.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-base64": "^0.1.2",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-rev-all": "^0.7.6",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"js-natural-sort": "^0.7.0",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"minimist": "^1.1.1",
"moment": "^2.9.0",
"pikaday": "^1.3.2",
"raven-js-temp": "^1.1.1-6.1",
"run-sequence": "^1.0.2",
"streamqueue": "^0.1.3"
}
}