UNPKG

688 BJSONView Raw
1{
2 "name": "Nunjucks",
3 "description": "Nunjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2.",
4 "repository": {
5 "url": "https://github.com/mozilla/nunjucks",
6 "license": "BSD 2-Clause",
7 "tests": "https://travis-ci.org/mozilla/nunjucks"
8 },
9 "participate": {
10 "home": "https://github.com/mozilla/nunjucks",
11 "docs": "https://github.com/mozilla/nunjucks"
12 },
13 "bugs": {
14 "list": "https://github.com/mozilla/nunjucks/issues",
15 "report": "https://github.com/mozilla/nunjucks/issues/new"
16 },
17 "keywords": [
18 "javascript",
19 "node.js",
20 "jinja"
21 ]
22}