{
  "name": "gulp-eslit",
  "version": "2.0.0",
  "description": "ES6 Template Strings + Promises",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/gulp-eslit",
  "homepage": "https://github.com/jonathantneal/gulp-eslit#readme",
  "bugs": "https://github.com/jonathantneal/gulp-eslit/issues",
  "main": "index.dist.js",
  "module": "index.js",
  "files": [
    "index.js",
    "index.dist.js"
  ],
  "scripts": {
    "clean": "git clean -X -d -f",
    "pre-commit": "echo 'Running pre-commit checks...' && exit 0",
    "prepublish": "npm test",
    "prepublish:js": "rollup index.js --config .rollup.config.js --output.format cjs --sourcemap --output.file index.dist.js",
    "test": "npm run test:ec && npm run test:js && npm run test:gulp",
    "test:ec": "echint",
    "test:gulp": "npm run prepublish:js && cd test && npm install && cd .. && gulp --cwd . --gulpfile test.js",
    "test:js": "eslint index.js --cache"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "eslit": "^5.0.0",
    "gulp-util": "^3.0.8",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.0",
    "echint": "^4.0.1",
    "echint-config-dev": "^1.0.0",
    "eslint": "^4.5.0",
    "eslint-config-dev": "^2.0.0",
    "gulp": "^3.9.1",
    "pre-commit": "^1.2.2",
    "rollup": "^0.49.2",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-node-resolve": "^3.0.0"
  },
  "echint": {
    "extends": "dev"
  },
  "eslintConfig": {
    "extends": "dev"
  },
  "pre-commit": [
    "pre-commit",
    "test"
  ],
  "keywords": [
    "babel",
    "imports",
    "literals",
    "lits",
    "parses",
    "parsing",
    "resolves",
    "resolving",
    "sugars",
    "tagged",
    "templates",
    "templatings"
  ]
}
