-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 886 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": "tomanistor.com",
"version": "1.1.0",
"description": "Personal portfolio website of Toma Nistor",
"main": "index.js",
"scripts": {
"start": "hugo server -p 3000 & gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomanistor/tomanistor.com.git"
},
"keywords": [
"static site",
"jamstack",
"portfolio",
"hugo"
],
"author": "Toma Nistor",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomanistor/tomanistor.com/issues"
},
"homepage": "https://github.com/tomanistor/tomanistor.com#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-hash": "^4.1.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^2.1.2"
},
"dependencies": {
"pump": "^1.0.2"
}
}