package.json 513 B

1234567891011121314151617181920212223
  1. {
  2. "name": "html-lang",
  3. "version": "0.2.0",
  4. "description": "**HTML was heavily inspired by [Jade](http://github.com/visionmedia/jade) from [Visionmedia](http://github.com/visionmedia/)**",
  5. "main": "lib/html.js",
  6. "directories": {
  7. "example": "examples",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "tap tests/"
  12. },
  13. "dependencies": {
  14. "cheerio": "0.10.0"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/Marak/html.git"
  19. },
  20. "author": "Marak",
  21. "license": "MIT"
  22. }