{
  "name": "metalsmith-kalastatic-dot-module",
  "version": "0.3.0",
  "description": "Metalsmith plugin to automatically ingest Drupal resources (css/js)",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kalamuna/metalsmith-kalastatic-dot-module.git"
  },
  "keywords": [
    "metalsmith",
    "kalastatic",
    "prototyping",
    "drupal",
    "plugin"
  ],
  "files": [
    "index.js"
  ],
  "author": "Thiago de Mello Bueno <thiago@kalamuna.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kalamuna/metalsmith-kalastatic-dot-module/issues"
  },
  "homepage": "https://github.com/kalamuna/metalsmith-kalastatic-dot-module#readme",
  "devDependencies": {
    "fs-equals": "^0.2.6",
    "metalsmith": "^2.1.0",
    "metalsmith-markdown": "^0.2.1",
    "metalsmith-templates": "^0.7.0",
    "mocha": "^2.3.4",
    "rimraf": "^2.4.4",
    "swig": "^1.4.2"
  },
  "dependencies": {
    "request": "^2.67.0"
  }
}
