{ "name": "nunjucks-do", "version": "1.0.0", "description": "do block for nunjucks", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec --bail --timeout 15000 ./test.js" }, "repository": { "type": "git", "url": "git+https://github.com/SamyPesse/nunjucks-do.git" }, "keywords": [ "nunjucks" ], "author": "Samy Pesse ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/SamyPesse/nunjucks-do/issues" }, "homepage": "https://github.com/SamyPesse/nunjucks-do#readme", "devDependencies": { "nunjucks": "^2.4.2", "mocha": "2.4.5", "should": "8.3.0" } }