-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 838 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
{
"name": "yohanfernando",
"version": "1.0.0",
"description": "Base blog setup by Yohan Fernando (yohanfernando.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/yohanfernando/yohanfernando.gitbub.io.git"
},
"homepage": "https://yohanfernando.github.com/",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.8.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-wait": "0.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "echo \"npm-install complete, proceeding to bower/gulp...\" && bower install && gulp copy-libraries"
},
"author": "Yohan Fernando <yohandmf@gmail.com>",
"license": "ISC"
}