{
  "name": "rollup-plugin-webassembly",
  "version": "1.0.3",
  "description": "A rollup plugin that inlines (base64 encoded) and imports WebAssembly modules",
  "main": "dist/rollup-plugin-webassembly.js",
  "scripts": {
    "test": "mocha test/test.js",
    "bundle": "rollup --config",
    "semantic-release": "semantic-release pre && npm run bundle && npm publish && semantic-release post"
  },
  "keywords": [
    "rollup",
    "webassembly",
    "wasm"
  ],
  "author": "colin.eberhardt@gmail.com",
  "license": "ISC",
  "dependencies": {
    "rollup-pluginutils": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ColinEberhardt/rollup-plugin-webassembly.git"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "mocha": "^4.0.1",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.2",
    "semantic-release": "^8.0.3"
  }
}