{
  "name": "skeeliv",
  "description": "A skeleton builder for create files with template",
  "version": "0.1.0",
  "homepage": "https://github.com/chrisenytc/skeeliv",
  "author": {
    "name": "Christopher EnyTC",
    "email": "chrisenytc@gmail.com",
    "url": "http://chris.enytc.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisenytc/skeeliv.git"
  },
  "bugs": {
    "url": "https://github.com/chrisenytc/skeeliv/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/chrisenytc/skeeliv/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/skeeliv",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "dependencies": {
    "underscore": "~1.5.2",
    "colors": "~0.6.2",
    "fs-extra": "~0.8.1"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.1"
  },
  "keywords": ["skeleton", "template", "builder", "generator", "livia"]
}
