{
  "author": "Alvaro Juste <juste.alvaro@gmail.com>",
  "name": "jaune-util",
  "version": "0.0.6",
  "description": "utils for jaune system",
  "main": "index.js",
  "scripts": {
    "test": "make compile-tests && ./node_modules/mocha/bin/mocha ./test/*",
    "prepublish": "make compile"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajuste/jaune-util.git"
  },
  "directories": {
    "test": "test"
  },
  "engine": "node >= v4.1.2",
  "bugs": {
    "url": "https://github.com/ajuste/jaune-util/issues"
  },
  "homepage": "https://github.com/ajuste/jaune-util#readme",
  "keywords": [
    "jaune",
    "util"
  ],
  "dependencies": {
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "coffee-script": "^1.10.0",
    "coffeelint": "^1.16.0",
    "mocha": "^2.4.5"
  }
}
