{
  "name": "vacuumlabs-threading",
  "version": "1.0.0",
  "description": "Clojure-like threading macro for javascript",
  "main": "index.js",
  "scripts": {
    "eslint": "eslint .",
    "test": "yarn run eslint && yarn run mocha tests/**.js"
  },
  "keywords": [
    "threading",
    "macro",
    "clojure",
    "vacuumlabs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vacuumlabs/vacuumlabs-threading"
  },
  "author": "Tomas Kulich",
  "license": "Unlicense",
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "chai": "^4.1.2",
    "eslint": "^4.11.0",
    "eslint-config-vacuumlabs": "^1.3.4",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-react": "^7.4.0",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1"
  }
}
