-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.85 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
67
{
"name": "resume",
"title": "avarghese-resume",
"version": "",
"description": "My Online Resume",
"main": "server.js",
"engines": {
"node": "11.6.0",
"npm": "6.5.0-next.0"
},
"scripts": {
"prestart": "npm install",
"start": "gulp",
"test": "karma start karma.conf.js --single-run --log-level debug"
},
"repository": {
"type": "git",
"url": "https://github.com/varararun/resume.git"
},
"author": "arun varghese",
"contributors": [{
"name": "avarghese4790",
"email": "[email protected]"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/varararun/resume/issues"
},
"homepage": "https://github.com/varararun/resume",
"keywords": [
"resume"
],
"dependencies": {},
"devDependencies": {
"@types/jquery": "^3.3.29",
"bower": "^1.8.0",
"browser-sync": "^2.26.3",
"clean-css": "^3.4.21",
"del": "^2.2.2",
"express": "^4.14.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-header": "^2.0.7",
"gulp-jsbeautifier": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.1",
"jshint": "^2.9.7",
"jshint-stylish": "^2.2.1",
"jasmine": "^2.5.3",
"karma": "^3.1.4",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"lite-server": "^2.2.2",
"nodemon": "^1.11.0",
"requirejs": "^2.3.2",
"sass": "^1.16.0",
"typescript": "^3.2.2",
"uglify": "^0.1.5"
}
}