package.json 442 B

1234567891011121314151617
  1. {
  2. "name": "tmpl",
  3. "description": "JavaScript micro templates.",
  4. "version": "1.0.4",
  5. "license": "BSD-3-Clause",
  6. "homepage": "https://github.com/nshah/nodejs-tmpl",
  7. "author": "Naitik Shah <n@daaku.org>",
  8. "main": "lib/tmpl",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/daaku/nodejs-tmpl"
  12. },
  13. "scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
  14. "devDependencies": {
  15. "mocha": "0.12.x"
  16. }
  17. }