forked from manavsehgal/opentheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "opentheme",
"version": "0.0.0",
"description": "Powerful New Theme for GitHub Pages",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Manav Sehgal",
"license": "MIT",
"devDependencies": {
"browser-sync": "^1.3.7",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-csslint": "^0.1.5",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.12",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.3",
"gulp-uglify": "^1.0.2",
"imagemin-pngquant": "^4.0.0",
"jshint-stylish": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/open-start/opentheme.git"
},
"keywords": [
"jekyll",
"semantic ui",
"github pages",
"theme"
],
"bugs": {
"url": "https://github.com/open-start/opentheme/issues"
},
"homepage": "https://github.com/open-start/opentheme"
}