UNPKG

964 BJSONView Raw
1{
2 "name": "christacheio",
3 "version": "3.0.4",
4 "description": "Christacheio, a mustache with {{pizzaz}}",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "coffee-script": "^1.10.0",
11 "debug": "^2.2.0",
12 "escape-string-regexp": "^1.0.3",
13 "lodash": "^4.15.0"
14 },
15 "devDependencies": {
16 "chai": "^3.3.0",
17 "coffee-coverage": "^0.6.3",
18 "istanbul": "^0.3.20",
19 "mocha": "^2.3.3",
20 "mocha-istanbul": "^0.2.0",
21 "sinon": "^1.17.0",
22 "sinon-chai": "^2.8.0"
23 },
24 "scripts": {
25 "test": "istanbul cover _mocha -- -R spec"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/octoblu/christacheio.git"
30 },
31 "keywords": [
32 "Templating",
33 "meshblu",
34 "mustache"
35 ],
36 "author": "Octoblu, Inc.",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/octoblu/christacheio/issues"
40 },
41 "homepage": "https://github.com/octoblu/christacheio#readme"
42}