UNPKG

1.19 kBJSONView Raw
1{
2 "name": "nunjucks",
3 "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
4 "version": "3.0.0",
5 "author": "James Long <longster@gmail.com>",
6 "dependencies": {
7 "a-sync-waterfall": "^1.0.0",
8 "asap": "^2.0.3",
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 "optionalDependencies": {
24 "chokidar": "^1.6.0"
25 },
26 "engines": {
27 "node": "*"
28 },
29 "scripts": {
30 "lint": "jshint .",
31 "test": "jshint . && istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot tests",
32 "browserfiles": "./bin/bundle"
33 },
34 "bin": {
35 "nunjucks-precompile": "./bin/precompile"
36 },
37 "main": "index",
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/mozilla/nunjucks.git"
41 },
42 "keywords": [
43 "template",
44 "templating"
45 ],
46 "license": "BSD-2-Clause",
47 "bugs": {
48 "url": "https://github.com/mozilla/nunjucks/issues"
49 }
50}