UNPKG

1.46 kBJSONView Raw
1{
2 "name": "consolidate",
3 "version": "0.14.1",
4 "description": "Template engine consolidation library",
5 "keywords": [
6 "template",
7 "engine",
8 "view"
9 ],
10 "author": "TJ Holowaychuk <tj@vision-media.ca>",
11 "devDependencies": {
12 "atpl": ">=0.7.6",
13 "dot": "^1.0.1",
14 "dust": "^0.3.0",
15 "dustjs-helpers": "^1.1.1",
16 "dustjs-linkedin": "^2.7.2",
17 "eco": "^1.1.0-rc-3",
18 "ect": "^0.5.9",
19 "ejs": "^2.3.4",
20 "haml-coffee": "^1.4.0",
21 "hamlet": "^0.3.3",
22 "hamljs": "^0.6.1",
23 "handlebars": "^4.0.5",
24 "hogan.js": "^3.0.2",
25 "htmling": "^0.0.7",
26 "jade": "^1.9.1",
27 "jazz": "^0.0.18",
28 "jqtpl": "^1.1.0",
29 "just": "^0.1.8",
30 "liquor": "^0.0.5",
31 "lodash": "^4.0.0",
32 "mocha": "^2.3.4",
33 "mote": "^0.2.0",
34 "mustache": "^2.2.1",
35 "nunjucks": "^2.3.0",
36 "pug": "^0.1.0",
37 "qejs": "^3.0.5",
38 "ractive": "^0.6.1",
39 "react": "^0.14.6",
40 "react-tools": "^0.13.0",
41 "should": "*",
42 "slm": "^0.5.0",
43 "swig": "^1.4.1",
44 "templayed": ">=0.2.3",
45 "tinyliquid": "^0.2.22",
46 "toffee": "^0.1.12",
47 "twig": "^0.8.2",
48 "underscore": "^1.3.3",
49 "vash": "^0.8.7",
50 "walrus": "^0.10.1",
51 "whiskers": "^0.3.3"
52 },
53 "main": "index",
54 "repository": {
55 "type": "git",
56 "url": "https://github.com/visionmedia/consolidate.js.git"
57 },
58 "license": "MIT",
59 "scripts": {
60 "test": "mocha"
61 },
62 "dependencies": {
63 "bluebird": "^3.1.1"
64 }
65}