web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
442 B

  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. }