A Twitch.tv viewer reward and games system.
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.

15 lines
282 B

  1. {
  2. "name": "jade",
  3. "repo": "visionmedia/jade",
  4. "description": "Jade template runtime",
  5. "version": "1.1.5",
  6. "keywords": [
  7. "template"
  8. ],
  9. "dependencies": {},
  10. "development": {},
  11. "license": "MIT",
  12. "scripts": [
  13. "lib/runtime.js"
  14. ],
  15. "main": "lib/runtime.js"
  16. }