{ "name": "@frctl/nunjucks", "version": "2.0.2", "description": "Nunjucks template adapter for Fractal.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/frctl/nunjucks.git" }, "author": "Mark Perkins (http://clearleft.com/)", "license": "MIT", "bugs": { "url": "https://github.com/frctl/nunjucks/issues" }, "homepage": "https://github.com/frctl/nunjucks", "peerDependencies": { "@frctl/fractal": ">= 1.1.0-alpha.0 < 2" }, "dependencies": { "bluebird": "^3.3.4", "lodash": "^4.0.0", "nunjucks": "^3.1.7" } }