package.json 731 字节
Newer Older
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
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
{
  "name": "willjekylltemplate",
  "version": "1.0.0",
  "description": "My jekyll blog template.",
  "main": "gulpfile.js",
  "scripts": {
    "test": "test"
  },
  "keywords": [
    "frontend",
    "blog",
    "css",
    "stylus",
    "gulp",
    "jekyll",
    "js"
  ],
  "author": "Willian Justen de Vasconcellos",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer-stylus": "^0.4.0",
    "browser-sync": "^1.9.0",
    "grunt": "^0.4.5",
    "gulp": "^3.8.10",
    "gulp-concat": "^2.4.3",
    "gulp-imagemin": "^2.1.0",
    "gulp-plumber": "^0.6.6",
    "gulp-stylus": "^1.3.7",
    "gulp-uglify": "^1.0.2"
  },
  "dependencies": {
    "jeet": "^6.1.4",
    "kouto-swiss": "^0.11.14",
    "rupture": "^0.6.1"
  }
}