-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "MyHonors",
"version": "1.0.0",
"description": "MyHonors is the premiere online portal for FIU Honors College students, staff, clubs and professors.",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/fiuhonors/myhonors"
},
"keywords": [
"fiu",
"myhonors",
"honors",
"students",
"professors",
"clubs"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiuhonors/myhonors/issues"
},
"homepage": "https://github.com/fiuhonors/myhonors",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.11.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"jasmine-core": "^2.3.2",
"jasmine-expect": "^2.0.0-beta1",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-coveralls": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"rimraf": "^2.3.3",
"yargs": "^3.10.0"
}
}