{
  "name": "kissml",
  "version": "0.9.9",
  "description": "HTML/XML preprocessor - think LESS for HTML!",
  "main": "./lib/kissml.js",
  "bin": {
    "kissml": "./bin/kissml",
    "kissml-ractive": "./bin/kissml-ractive"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "coffee -o lib/ -c src/ && coffee -c test/*.coffee",
    "test": "mocha",
    "prepublish": "coffee -o lib/ -c src/ && coffee -c test/*.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jhiver/kissml.git"
  },
  "keywords": [
    "HTML",
    "XML",
    "Preprocessor",
    "Templating",
    "Meta"
  ],
  "author": "Jean-Michel Hiver",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jhiver/kissml/issues"
  },
  "homepage": "https://github.com/jhiver/kissml",
  "dependencies": {
    "underscore": "^1.7.0"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  }
}
