{
  "name": "snapdom",
  "version": "0.1.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/mcneissue/snapdom"
  },
  "description": "A state management library.",
  "main": "dist/snapdom.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "keywords": [
    "virtual-dom",
    "state"
  ],
  "author": "Asad Saeeduddin",
  "contributors": [
    {
      "name": "John C. Lavelle"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.1",
    "rollup": "^0.51.6",
    "rollup-plugin-babel": "^3.0.2"
  }
}
