package.json 599 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "skulpt",
  3. "version": "1.0.0",
  4. "description": "Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!",
  5. "keywords": ["skulpt"],
  6. "scripts": {
  7. "lint": "jshint ."
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/skulpt/skulpt.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/skulpt/skulpt/issues"
  15. },
  16. "homepage": "http://www.skulpt.org/",
  17. "author": {
  18. "name": "Brad Miller"
  19. },
  20. "license": "MIT",
  21. "private": true,
  22. "dependencies": {
  23. "jshint": "~2.5.2",
  24. "jscs": "~1.12",
  25. "jsdoc": "~3.3.2"
  26. }
  27. }