forked from ctweney/calcentral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.69 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
63
64
65
66
{
"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://www.ets.berkeley.edu/calcentral-support"
},
"author": {
"name": "CalCentral Developers",
"email": "[email protected]"
},
"scripts": {
"build": "gulp build",
"build-production": "gulp build --env production"
},
"license": "ECL-2.0",
"devDependencies": {
"add-stream": "^1.0.0",
"angular": "^1.4.3",
"angular-route": "^1.4.3",
"angular-sanitize": "^1.4.3",
"browser-sync": "^2.8.1",
"browserify": "^11.0.1",
"bulkify": "^1.1.1",
"del": "^1.2.0",
"font-awesome": "^4.4.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-base64": "^0.1.3",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.5.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.8.21",
"gulp-sass": "^2.0.4",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"js-natural-sort": "^0.8.1",
"jscs": "2.0.0",
"jshint": "2.8.0",
"lodash": "^4.5.0",
"minimist": "^1.1.2",
"moment": "^2.10.6",
"pikaday": "^1.3.3",
"raven-js": "^1.1.19",
"run-sequence": "^1.1.2",
"streamqueue": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
}
}