{
  "name": "miserables",
  "version": "3.0.0",
  "description": "The encounters between the characters of Les Misérables as a graph",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js",
    "demo": "browserify demo/index.js > demo/bundle.js"
  },
  "keywords": [
    "ngraph",
    "test",
    "graph",
    "miserables"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/miserables"
  },
  "dependencies": {
    "ngraph.graph": "^20.0.1"
  },
  "devDependencies": {
    "ngraph.svg": "0.0.17",
    "tap": "^21.1.0"
  }
}
