package.json 641 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "art-template",
  3. "description": "JavaScript Template Engine",
  4. "version": "3.1.3",
  5. "homepage": "http://aui.github.com/artTemplate/",
  6. "keywords": [
  7. "util",
  8. "functional",
  9. "template"
  10. ],
  11. "author": "tangbin <sugarpie.tang@gmail.com>",
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/aui/artTemplate.git"
  15. },
  16. "main": "./node/template.js",
  17. "devDependencies": {
  18. "express": "~4.4.3",
  19. "grunt-cli": "*",
  20. "grunt": "*",
  21. "grunt-contrib-jshint": "*",
  22. "grunt-contrib-concat": "*",
  23. "grunt-contrib-uglify": "*"
  24. },
  25. "scripts": {
  26. "build": "grunt"
  27. },
  28. "license": "BSD"
  29. }