{
  "name": "trinte-themes",
  "description": "Bootswatch Themes for TrinteJS Javascript MVC Framework",
  "homepage": "http://www.trintejs.com/",
  "version": "0.1.4",
  "license": "MIT",
  "keywords": [
    "themes",
    "bootstrap",
    "bootswatch",
    "trinte",
    "trintejs",
    "caminte",
    "css"
  ],
  "main": "./index.js",
  "author": {
    "name": "Aleksej Gordejev",
    "email": "aleksej@gordejev.lv",
    "url": "https://github.com/biggora/"
  },
  "scripts": {"test": "nodeunit tests/test.js"},
  "repository": {
    "type": "git",
    "url": "git://github.com/biggora/trinte-themes.git"
  },
  "directories": {
    "lib": "lib",
    "themes": "themes",
    "tests": "tests"
  },
  "engines": {
    "node": ">=0.6"
  },
  "dependencies": {},
  "devDependencies": {
    "nodeunit": ">=0.5.4"
  },
  "optionalDependencies": {}
}