{
  "name": "sigh-core",
  "version": "0.11.14",
  "description": "Library for sigh and sigh plugins.",
  "main": "index",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "sigh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sighjs/sigh-core.git"
  },
  "keywords": [
    "build",
    "assets",
    "pipeline"
  ],
  "author": "James Pike <github@chilon.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sighjs/sigh-core/issues"
  },
  "dependencies": {
    "baconjs": "^0.7.53",
    "bluebird": "^2.9.25",
    "esprima": "^2.1.0",
    "lodash": "^3.9.1",
    "source-map": "^0.4.0"
  },
  "devDependencies": {
    "babel-core": "^6.9.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-stage-1": "^6.5.0",
    "chai": "^2.2.0",
    "mocha": "^2.2.1",
    "process-pool": "^0.3.1",
    "sigh": "^0.12.8",
    "sigh-babel": "^0.12.0",
    "sigh-cli": "^0.3.0",
    "sigh-mocha": "^0.1.1"
  }
}
