-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 Bytes
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
{
"name": "purag.me",
"version": "1.0.0",
"description": "My personal website & portfolio.",
"main": "index.js",
"scripts": {
"preinstall": "npm install -g gulp coffee-script"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/purag/purag.me.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/purag/purag.me/issues"
},
"homepage": "http://purag.me",
"dependencies": {
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-pug": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^3.0.0",
"node-yaml": "^3.0.3",
"uglify-es": "^3.3.10"
}
}