{
  "name": "snapsvg-cjs",
  "version": "0.0.6",
  "description": "SnapSVG in CommonJS format, works out-of-the-box with Webpack",
  "main": "dist/snap.svg-cjs.js",
  "scripts": {
    "build": "gulp && webpack dist/snap.svg-cjs.js --output-file=dist/snap.svg.js",
    "start": "superstatic",
    "pretest": "npm run build",
    "test": "karma"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geelen/Snap.svg-cjs.git"
  },
  "keywords": [
    "snapsvg",
    "svg",
    "webpack"
  ],
  "author": "Glen Maddern",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geelen/Snap.svg-cjs/issues"
  },
  "homepage": "https://github.com/geelen/Snap.svg-cjs#readme",
  "dependencies": {
    "snapsvg": "0.5.1"
  },
  "peerDependencies": {
    "eve": "~0.5.1"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "babel-core": "^6.4.5",
    "babel-preset-es2015": "^6.3.13",
    "expect.js": "^0.3.1",
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "mocha": "^2.3.4",
    "superstatic": "^4.0.1",
    "webpack": "^1.12.11"
  }
}
