UNPKG

992 BJSONView Raw
1{
2 "name": "christacheio",
3 "version": "1.0.1",
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": "^3.10.1",
14 "lodash-deep": "^1.6.0"
15 },
16 "devDependencies": {
17 "chai": "^3.3.0",
18 "coffee-coverage": "^0.6.3",
19 "istanbul": "^0.3.20",
20 "mocha": "^2.3.3",
21 "mocha-istanbul": "^0.2.0",
22 "sinon": "^1.17.0",
23 "sinon-chai": "^2.8.0"
24 },
25 "scripts": {
26 "test": "istanbul cover _mocha -- -R spec"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/octoblu/christacheio.git"
31 },
32 "keywords": [
33 "Templating",
34 "meshblu",
35 "mustache"
36 ],
37 "author": "Octoblu, Inc.",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/octoblu/christacheio/issues"
41 },
42 "homepage": "https://github.com/octoblu/christacheio#readme"
43}
\No newline at end of file