Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

25 righe
554 B

  1. {
  2. "name": "handlebars",
  3. "description": "Extension of the Mustache logicless template language",
  4. "version": "1.0.5beta",
  5. "homepage": "http://www.handlebarsjs.com/",
  6. "keywords": [
  7. "handlebars mustache template html"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/kpdecker/handlebars.js.git"
  12. },
  13. "engines": {
  14. "node": ">=0.4.7"
  15. },
  16. "dependencies": {
  17. "optimist": "~0.3",
  18. "uglify-js": "~1.2"
  19. },
  20. "devDependencies": {},
  21. "main": "lib/handlebars.js",
  22. "bin": {
  23. "handlebars": "bin/handlebars"
  24. }
  25. }