-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "skills",
"version": "1.0.0",
"description": "My personal portfolio",
"dependencies": {
"body-parser": "^1.8.4",
"cookie-parser": "^1.3.3",
"debug": "^2.0.0",
"ejs": "^0.8.8",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.2",
"gulp-livereload": "^3.0.2",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"live-reload": "^0.2.0",
"morgan": "^1.3.2",
"serve-favicon": "^2.1.7",
"tiny-lr": "^0.1.4"
},
"devDependencies": {
"gulp-webserver": "^0.9.1",
"karma": "^0.12.28"
},
"repository": {
"type": "git",
"url": "https://github.com/hassanbazzi/portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hassanbazzi/portfolio/issues"
},
"homepage": "https://hassanbazzi.com"
}