~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/mustache/package.json

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "mustache",
 
3
  "version": "0.7.2",
 
4
  "description": "Logic-less {{mustache}} templates with JavaScript",
 
5
  "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
 
6
  "keywords": ["mustache", "template", "templates", "ejs"],
 
7
  "main": "./mustache.js",
 
8
  "devDependencies": {
 
9
    "mocha": "1.5.0"
 
10
  },
 
11
  "volo": {
 
12
    "url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js"
 
13
  },
 
14
  "scripts": {
 
15
    "test": "mocha test"
 
16
  }
 
17
}