-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 963 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
41
42
{
"name": "blog",
"title": "blog",
"version": "",
"description": "My Personal Blog created using Jekyll",
"main": "server.js",
"engines": {
"node": "7.7.3",
"npm": "4.1.2"
},
"scripts": {
"prestart": "npm install",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/varararun/blog.git"
},
"author": "arun varghese",
"contributors": [
{
"name": "avarghese4790",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/varararun/blog/issues"
},
"homepage": "https://github.com/varararun/blog",
"keywords": [
"blog",
"tiles"
],
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"jekyll": "^3.0.0-beta1",
"run-sequence": "^1.2.2"
}
}