{
  "name": "@unisharp/babel-plugin",
  "version": "1.0.2",
  "description": "Babel plugin for UniSharp.",
  "author": "UniSharp Ltd. <unisharp-service@unisharp.com>",
  "main": "lib/index.js",
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "mocha": "^2.2.5"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "babel src -d lib",
    "test": "mocha --compilers js:babel-register",
    "test:watch": "npm run test -- --watch",
    "prepublish": "npm run clean && npm run build"
  },
  "keywords": [
    "babel-plugin"
  ],
  "files": [
    "lib"
  ]
}
