{
  "name": "threading",
  "version": "0.0.2",
  "description": "A clojure-inspired utility for threading arbitrary data into the first or last argument of a sequence of functions",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/webpack/bin/webpack.js",
    "test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register --recursive ./src",
    "test:watch": "npm run test -- --watch"
  },
  "keywords": [
    "threading",
    "threads"
  ],
  "author": "William Beard <wbeard@rallydev.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-core": "^6.2.1",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.1.18",
    "chai": "^3.4.1",
    "expect.js": "^0.3.1",
    "mocha": "^2.3.4",
    "webpack": "^1.12.9"
  }
}
