{
  "name": "babel-plugin-add-shopify-header",
  "version": "1.0.6",
  "description": "This plugin will add a standardized Shopify comment header to transpiled files",
  "main": "lib/index.js",
  "license": "MIT",
  "author": "Shopify Inc.",
  "dependencies": {
    "babel-plugin-add-header-comment": "~1.0.0",
    "get-project-version": "~1.0.0"
  },
  "devDependencies": {
    "babel-cli": "~6.11.4",
    "babel-core": "~6.13.2",
    "babel-preset-es2015": "~6.13.2",
    "babel-register": "~6.11.6",
    "eslint": "~3.3.1",
    "eslint-plugin-shopify": "~14.0.0",
    "mocha": "~3.0.2"
  },
  "scripts": {
    "prepublish": "rm -rf lib/; babel -d lib/ src/",
    "test": "npm run lint-allow-warning && npm run mocha",
    "mocha": "npm run prepublish && npm run test-build && mocha --compilers js:babel-register test/index.js && npm run test-clean",
    "test-build": "npm run test-build-many-files && npm run test-build-many-files-add-to-header",
    "test-clean": "npm run test-clean-many-files",
    "test-clean2": "npm run test-clean-many-files && npm run test-clean-many-files-add-to-header",
    "test-build-many-files": "BABEL_ENV=test-many-files babel test/to-transpile > test/out-test-many-files.js",
    "test-clean-many-files": "rm test/out-test-many-files.js",
    "test-build-many-files-add-to-header": "BABEL_ENV=test-many-files-add-header babel test/to-transpile > test/out-test-many-files-add-to-header.js",
    "test-clean-many-files-add-to-header": "rm test/out-test-many-files-add-to-header.js",
    "lint": "eslint --max-warnings 0 -c .eslintrc.json src/ test/",
    "lint-allow-warning": "eslint -c .eslintrc.json src/ test/"
  },
  "keywords": [
    "shopify,babel,header,version,legal"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/shopify/babel-plugin-add-shopify-header.git"
  },
  "homepage": "https://github.com/shopify/babel-plugin-add-shopify-header",
  "bugs": {
    "url": "https://github.com/shopify/babel-plugin-add-shopify-header/issues"
  }
}
