forked from shospodarets/shospodarets.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 873 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
{
"name": "blog.gospodarets.com",
"version": "1.0.0",
"devDependencies": {
"babel-core": "~6.3.0",
"babel-loader": "~6.2.0",
"babel-polyfill": "~6.3.0",
"babel-preset-es2015": "~6.3.0",
"babel-preset-stage-2": "~6.3.0",
"babel-register": "~6.3.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-jekyll": "~0.4.2",
"grunt-sass": "~1.0.0",
"grunt-shell": "~1.1.2",
"grunt-webpack": "~1.0.11",
"jit-grunt": "~0.9.1",
"webpack": "~1.12.9"
},
"private": true,
"scripts": {
"gem-install": "gem install jekyll jemoji jekyll-sitemap redcarpet jekyll-paginate jekyll-gist jekyll-feed pygments.rb",
"gem-update": "gem update jekyll jemoji jekyll-sitemap redcarpet jekyll-paginate jekyll-gist jekyll-feed pygments.rb",
"start": "grunt serve & grunt"
}
}