{
  "name": "nunjucks",
  "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
  "version": "2.5.2",
  "author": "James Long <longster@gmail.com>",
  "dependencies": {
    "asap": "^2.0.3",
    "chokidar": "^1.6.0",
    "yargs": "^3.32.0"
  },
  "browser": "./browser/nunjucks.js",
  "devDependencies": {
    "expect.js": "*",
    "express": "4.x",
    "istanbul": "0.3.x",
    "jshint": "2.8.x",
    "mocha": "*",
    "node-libs-browser": "^0.4.3",
    "supertest": "*",
    "uglify-js": "*",
    "webpack": "^1.8.11"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "lint": "jshint .",
    "test": "jshint . && istanbul cover ./node_modules/mocha/bin/_mocha -- -b -R tap tests",
    "browserfiles": "./bin/bundle"
  },
  "bin": {
    "nunjucks-precompile": "./bin/precompile"
  },
  "main": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla/nunjucks.git"
  },
  "keywords": [
    "template",
    "templating"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mozilla/nunjucks/issues"
  }
}
