forked from eduardoboucas/buildtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
{
"name": "eduardoboucas.com",
"version": "1.0.0",
"description": "My personal website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "jekyll serve --port 4100 --host=0.0.0.0 --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduardoboucas/eduardoboucas.github.io.git"
},
"keywords": [
"front-end",
"css",
"sass"
],
"author": "Eduardo Boucas <[email protected]> (https://eduardoboucas.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eduardoboucas/eduardoboucas.github.io/issues"
},
"homepage": "https://github.com/eduardoboucas/eduardoboucas.github.io#readme",
"dependencies": {
"include-media": "^1.4.1",
"include-media-columns": "^1.1.0",
"include-media-export": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.0.0"
}
}