bower.json 527 B

1234567891011121314151617181920212223
  1. {
  2. "name": "skulpt",
  3. "version": "0.11.0",
  4. "main": [ "./skulpt.js", "./skulpt-stdlib.js" ],
  5. "description": "Skulpt is a Javascript implementation of the Python programming language",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/skulpt/skulpt.git"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/skulpt/skulpt/issues"
  12. },
  13. "licenses": [
  14. {
  15. "type": "MIT",
  16. "url": "https://github.com/skulpt/skulpt/LICENSE"
  17. }
  18. ],
  19. "dependencies": {
  20. },
  21. "ignore": [
  22. ]
  23. }