UNPKG

1.53 kBJSONView Raw
1{
2 "name": "mustache-express",
3 "description": "Use mustache, including partials, in Express 3",
4 "author": {
5 "name": "Bryan Burgers",
6 "email": "bryan@burgers.io",
7 "url": "http://www.burgers.io"
8 },
9 "version": "1.2.5",
10 "repository": {
11 "type": "git",
12 "url": "http://github.com/bryanburgers/node-mustache-express.git"
13 },
14 "main": "mustache-express.js",
15 "contributors": [
16 {
17 "name": "Leon van Kammen",
18 "email": "info@leon.vankammen.eu"
19 },
20 {
21 "name": "Andrea Mirone",
22 "email": "andreamirone@gmail.com"
23 },
24 {
25 "name": "Pasi Rajala",
26 "email": "p@prr.fi"
27 },
28 {
29 "name": "Moandji Ezana",
30 "email": "mwanji@gmail.com"
31 },
32 {
33 "name": "Mikko Tikkanen",
34 "email": "mikko.tikkanen@gmail.com"
35 },
36 {
37 "name": "Umar Hansa",
38 "email": "umar.hansa@gmail.com"
39 }
40 ],
41 "maintainers": [
42 {
43 "name": "Florencia Herra Vega",
44 "email": "florencia.hv@peerio.com",
45 "web": "https://www.peerio.com"
46 },
47 {
48 "name": "Samuel Martin Moro",
49 "email": "samuel@peerio.com",
50 "web": "https://www.peerio.com"
51 }
52 ],
53 "license": "MIT",
54 "dependencies": {
55 "async": "~0.2.10",
56 "lru-cache": "~2.5.0",
57 "mustache": "~2.3.0"
58 },
59 "devDependencies": {
60 "grunt": "~0.4",
61 "grunt-contrib-jshint": "~0.8",
62 "jshint": "~2.4",
63 "mocha": "~1.7",
64 "should": "~1.2"
65 },
66 "engines": {
67 "node": ">= 0.8.0"
68 },
69 "scripts": {
70 "test": "mocha && jshint"
71 }
72}