{
  "name": "hansight.linkurio",
  "version": "1.6.0",
  "description": "Linkurious.js customized by llp.",
  "homepage": "https://github.com/llp0574/linkurious.js",
  "bugs": "https://github.com/llp0574/linkurious.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/llp0574/linkurious.js.git"
  },
  "license": "GPL-3.0+",
  "main": "dist/sigma.require.js",
  "dependencies": {
    "xlsx": "~0.7.12",
    "dagre": "~0.7.4"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-closure-linter": "~0.1.4",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-concat": "~0.5.1",
    "grunt-contrib-jshint": "~0.11.3",
    "grunt-contrib-qunit": "~0.7.0",
    "grunt-contrib-uglify": "~0.11.0",
    "grunt-grunt": "~0.2.4",
    "grunt-sed": "~0.1.1",
    "grunt-zip": "~0.16.2",
    "http-server": "~0.9.0",
    "load-grunt-tasks": "~3.1.0",
    "uglify-js": "~2.4.24"
  },
  "scripts": {
    "start": "http-server -p 8000",
    "test": "grunt test",
    "build": "grunt build",
    "preparepublish": "grunt build"
  }
}
