-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 KB
/
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
{
"name": "jekyll-inclusion",
"description": "Jekyll inclusion theme",
"repository": {
"type": "git",
"url": "https://github.com/website-templates/jekyll-inclusion.git"
},
"author": "Maxim Orlov mail@orlovmax.com",
"bugs": {
"url": "https://github.com/website-templates/jekyll-inclusion/issues"
},
"homepage": "http://website-templates.github.io/jekyll-inclusion",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-cache-bust": "^0.6.0",
"grunt-combine-media-queries": "^1.0.19",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.1.0",
"grunt-csso": "^0.6.3",
"grunt-newer": "^0.7.0",
"grunt-processhtml": "^0.3.3",
"grunt-shell": "^1.1.1",
"grunt-sync": "^0.4.1",
"main-bower-files": "^2.9.0",
"load-grunt-config": "^0.17.1"
},
"dependencies": {},
"license": "MIT"
}