{
  "name": "nico-spm",
  "version": "0.5.5",
  "preferGlobal": "true",
  "description": "Nico is a front-end friendly static site generator",
  "author": "Hsiaoming Yang <me@lepture.com>",
  "homepage": "http://lab.lepture.com/nico/",
  "keywords": [
    "static",
    "site",
    "jekyll",
    "generator"
  ],
  "dependencies": {
    "colorful": "~2.1.0",
    "highlight.js": "~7.5.0",
    "markit": "~0.1.0",
    "swig": "~0.14.0",
    "underscore": "~1.5.2",
    "rimraf": "~2.2.2",
    "glob": "~3.2.8",
    "win-spawn": "~2.0.0",
    "commander": "~2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lepture/nico.git"
  },
  "bugs": {
    "url": "https://github.com/lepture/nico/issues"
  },
  "devDependencies": {
    "jade": "*",
    "mocha": "*",
    "jscoverage": "*",
    "should": "*"
  },
  "bin": {
    "nico": "bin/nico"
  },
  "scripts": {
    "test": "make test"
  }
}
