-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 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
39
40
{
"name": "portfolio",
"version": "1.0.0",
"description": "portfolio",
"main": "server.js",
"scripts": {
"build": "gulp build",
"gulp": "gulp",
"publish": "gulp publish",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirilvatev-photo/portfolio.git"
},
"author": "Kiril Vatev <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kirilvatev-photo/portfolio/issues"
},
"homepage": "https://www.kirilvatev.com/",
"dependencies": {},
"devDependencies": {
"async": "^2.6.1",
"chalk": "^2.4.1",
"del": "^3.0.0",
"express": "^4.16.3",
"fancy-log": "^1.3.2",
"fs-extra": "^7.0.0",
"globby": "^8.0.1",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"jimp": "^0.3.7",
"piexifjs": "^1.0.4",
"pretty-bytes": "^5.1.0",
"pretty-ms": "^3.2.0",
"shellton": "^4.1.0"
}
}