forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 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
{
"name": "devportfolio-template",
"version": "1.1.3",
"description": "This repo contains an easy-to-customize personal dev portfolio template that was created with Sass and JavaScript. It is lightweight and fully responsive, as well as comes with the Bootstrap grid system and loaded with Font Awesome. The site is static and comes production ready if you just want to add your information and go. Alternatively, you can edit styles, colours, and scripts fairly easily. The site was built as modular as possible to make it easy to shift around styles and content.",
"main": "js/scripts.js",
"scripts": {
"watch": "gulp watch",
"start": "./node_modules/.bin/http-server -p 3000"
},
"keywords": [
"portfolio",
"personal",
"website",
"tech",
"coding",
"dev"
],
"author": "Ryan Fitzgerald",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-wait": "0.0.2",
"http-server": "^0.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aefluke/devportfolio.git"
},
"bugs": {
"url": "https://github.com/aefluke/devportfolio/issues"
},
"homepage": "https://github.com/aefluke/devportfolio#readme",
"dependencies": {}
}