-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "rutgersieee-website",
"version": "1.0.0",
"description": "Main website for the Rutgers IEEE Student Branch.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeremySavarin/RutgersIEEE-Website.git"
},
"author": "Jeremy Savarin",
"license": "ISC",
"bugs": {
"url": "https://github.com/JeremySavarin/RutgersIEEE-Website/issues"
},
"homepage": "https://github.com/JeremySavarin/RutgersIEEE-Website#readme",
"devDependencies": {
"browserify": "^13.1.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"angular": "^1.5.8",
"angular-flash-alert": "^2.3.0",
"angular-loading-bar": "^0.9.0",
"angular-messages": "^1.5.8",
"angular-scroll": "^1.0.0",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.0.1",
"angular-ui-router": "^0.3.1",
"bootstrap-sass": "^3.3.7",
"sassy-animate": "^1.0.4"
}
}