package.json 687 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "mobenga-gml",
  3. "version": "0.9.3",
  4. "description": "GML (Graph Modelling Language) parser and stringifier",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "./node_modules/.bin/mocha -r mocha-clean"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mobenar/mobenga-gml"
  12. },
  13. "keywords": [
  14. "gml",
  15. "format",
  16. "parse",
  17. "stringify",
  18. "graph"
  19. ],
  20. "author": "Tomas Enarsson",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/mobenar/mobenga-gml/issues"
  24. },
  25. "homepage": "https://github.com/mobenar/mobenga-gml",
  26. "devDependencies": {
  27. "chai": "^1.10.0",
  28. "mocha": "^2.1.0",
  29. "mocha-clean": "^0.4.0"
  30. }
  31. }