25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

16 satır
396B

  1. {
  2. "name": "mustache",
  3. "version": "0.5.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. "vows": "0.6.x",
  10. "uglify-js": "1.3.0"
  11. },
  12. "scripts": {
  13. "test": "vows --spec"
  14. }
  15. }