-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "rdoreilly.github.io",
"version": "1.0.0",
"description": "This is the personal/professional profile of Ruairí O'Reilly - any queries direct them to ruairi.oreilly@mtu.ie",
"main": "index.html",
"directories": {
"lib": "lib"
},
"dependencies": {
"del": "^8.0.1",
"gulp": "^5.0.0",
"gulp-data": "^1.3.1",
"gulp-merge-json": "^2.1.1",
"gulp-pug": "^5.0.0",
"gulp-url-builder": "^1.0.1",
"pug": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"gh-pages": "^6.3.0",
"gulp-flatten": "^0.4.0",
"gulp-livereload": "^4.0.2"
},
"scripts": {
"build": "gulp pug_data && gulp html",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist -b gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdoreilly/rdoreilly.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rdoreilly/rdoreilly.github.io/issues"
},
"homepage": "https://github.com/rdoreilly/rdoreilly.github.io/index.html"
}