{
  "name": "themible",
  "description": "Express JS Theme Manager",
  "version": "1.1.0",
  "license": "Apache-2.0",
  "author": {
    "name": "Juan Antonio Hernando Labajo",
    "email": "juanantonio.hernandolabajo@telefonica.com"
  },
  "contributors": [
    "Jorge Lorenzo Gallardo <jorge.lorenzogallardo@telefonica.com>",
    "Guido García Bernardo <guido.garciabernardo@telefonica.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:telefonica/node-themible.git"
  },
  "main": "lib/themible",
  "engines": {
    "node": ">= 0.10.26"
  },
  "scripts": {
    "test": "mocha -R spec test/environment.js test/unit/*-test.js",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot test/environment.js test/unit/*-test.js",
    "lint": "jscs lib && eslint lib",
    "prepublish": "npm run test && npm run lint",
    "travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/environment.js test/*-test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "keywords": [
    "express",
    "theme",
    "localization"
  ],
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.16",
    "mocha": "^2.2.5",
    "proxyquire": "^1.5.0",
    "should": "^7.0.1",
    "sinon": "~1.15.3",
    "sinon-chai": "^2.8.0",
    "supertest": "^1.0.1",
    "xunit-file": "^0.0.4",
    "jscs": "^1.13.1",
    "eslint": "^0.23.0"
  },
  "dependencies": {
    "less-middleware": "^2.0.1",
    "serve-favicon": "~2.3.0",
    "therror": "^0.2.0",
    "debug": "^2.2.0",
    "serve-static": "^1.10.0",
    "i18n": "^0.5.0"
  }
}
