-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1013 Bytes
/
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
{
"name": "resume",
"version": "1.1.0",
"description": "A print-friendly HTML resume, written in Markdown and rendered with SASS, Pug and Gulp",
"main": "app.js",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsepia/resume.git"
},
"author": "Julio Sepia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsepia/resume/issues"
},
"homepage": "https://github.com/jsepia/resume#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.16.0",
"autoprefixer": "^10.4.13",
"chai": "^3.5.0",
"cheerio": "^1.0.0-rc.10",
"dart-sass": "^1.25.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-merge-json": "^2.1.1",
"gulp-mocha": "^8.0.0",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.0.0",
"moment": "^2.29.4"
}
}