{
  "name": "sandwich-expando",
  "version": "1.1.3",
  "description": "Installation: `npm install sandwich-expando -S`.",
  "main": "index.js",
  "scripts": {
    "sample": "beefy sample.js --live --open",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ],
      "brfs"
    ]
  },
  "author": "Dan Finlay",
  "license": "ISC",
  "dependencies": {
    "react": "^15.0.2",
    "react-hyperscript": "^2.4.0",
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.3.0",
    "react-dom": "^15.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flyswatter/sandwich-expando.git"
  },
  "keywords": [
    "react",
    "sandwich",
    "component",
    "animated"
  ],
  "bugs": {
    "url": "https://github.com/flyswatter/sandwich-expando/issues"
  },
  "homepage": "https://github.com/flyswatter/sandwich-expando#readme",
  "devDependencies": {
    "brfs": "^1.4.3"
  }
}
