{
  "name": "@thecotne/snapsvg",
  "version": "0.4.1",
  "description": "JavaScript Vector Library",
  "main": "./dist/snap.svg.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/thecotne/Snap.svg.git"
  },
  "author": "Dmitry Baranovskiy",
  "contributors": [
    "cotne nazarashvili <cotne.nazarashvili@gmail.com>"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "eve": "~0.4.2"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-exec": "~0.4.2",
    "mocha": "*",
    "expect.js": "*",
    "dr.js": "~0.1.0"
  },
  "bugs": {
    "url": "https://github.com/thecotne/Snap.svg/issues"
  },
  "homepage": "https://github.com/thecotne/Snap.svg#readme",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
