-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 826 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
{
"name": "doodoo3804-blog",
"title": "DooDoo IT Blog",
"author": "DooDoo <doodoo3804@gmail.com>",
"version": "1.8.2",
"homepage": "https://doodoo3804.github.io",
"repository": {
"type": "git",
"url": "https://github.com/DooDoo3804/DooDoo3804.github.io"
},
"bugs": "https://github.com/DooDoo3804/DooDoo3804.github.io/issues",
"devDependencies": {
"grunt": "^1.4.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"sharp": "^0.34.5"
},
"scripts": {
"build": "grunt",
"start": "bundle exec jekyll serve",
"dev": "grunt watch & npm run start",
"push": "git push origin master --tag"
},
"dependencies": {
"staticrypt": "^3.5.4"
}
}