{
  "name": "galvatron",
  "engines": {
    "node": ">=0.12"
  },
  "version": "0.7.7",
  "description": "Library that applies pre and post transforms to CommonJS files, traces their dependencies and concatenates them.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter list"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/treshugart/galvatron"
  },
  "keywords": [
    "commonjs",
    "trace",
    "es6",
    "transpile",
    "transform",
    "compile",
    "concatenate",
    "concat",
    "global",
    "globals"
  ],
  "author": "Trey Shugart <treshugart@gmail.com> (http://treshugart.github.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/treshugart/galvatron/issues"
  },
  "homepage": "https://github.com/treshugart/galvatron",
  "devDependencies": {
    "chai": "^2.1.0",
    "mocha": "^2.1.0",
    "tmp": "0.0.25"
  },
  "dependencies": {
    "babel": "*",
    "crypto": "0.0.3",
    "extend": "^2.0.0",
    "glob": "^4.4.1",
    "gulp-watch": "^4.1.1",
    "map-stream": "0.0.5",
    "minimatch": "^2.0.1",
    "through": "^2.3.6",
    "ubercod": "0.1.1",
    "vinyl-transform": "^1.0.0"
  }
}
