UNPKG

1.13 kBJSONView Raw
1{
2 "name": "nunjucks",
3 "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
4 "version": "2.5.2",
5 "author": "James Long <longster@gmail.com>",
6 "dependencies": {
7 "asap": "^2.0.3",
8 "chokidar": "^1.6.0",
9 "yargs": "^3.32.0"
10 },
11 "browser": "./browser/nunjucks.js",
12 "devDependencies": {
13 "expect.js": "*",
14 "express": "4.x",
15 "istanbul": "0.3.x",
16 "jshint": "2.8.x",
17 "mocha": "*",
18 "node-libs-browser": "^0.4.3",
19 "supertest": "*",
20 "uglify-js": "*",
21 "webpack": "^1.8.11"
22 },
23 "engines": {
24 "node": "*"
25 },
26 "scripts": {
27 "lint": "jshint .",
28 "test": "jshint . && istanbul cover ./node_modules/mocha/bin/_mocha -- -b -R tap tests",
29 "browserfiles": "./bin/bundle"
30 },
31 "bin": {
32 "nunjucks-precompile": "./bin/precompile"
33 },
34 "main": "index",
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/mozilla/nunjucks.git"
38 },
39 "keywords": [
40 "template",
41 "templating"
42 ],
43 "license": "BSD-2-Clause",
44 "bugs": {
45 "url": "https://github.com/mozilla/nunjucks/issues"
46 }
47}