{
  "name": "gulp-deamdify",
  "version": "2.0.3",
  "description": "Converts a module written in various files and AMD format in an autonomous one-file module.",
  "keywords": [
    "deamdify",
    "gulpplugin",
    "amd",
    "deamd"
  ],
  "main": "index.js",
  "dependencies": {
    "concat-with-sourcemaps": "^1.0.4",
    "through2": "^2.0.3",
    "vinyl": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.12.4",
    "express": "^4.14.1",
    "gulp": "^3.9.1",
    "gulp-amd-optimizer": "^0.6.0",
    "gulp-coffee": "^2.3.3",
    "gulp-plumber": "^1.1.0",
    "gulp-typescript": "^3.1.5",
    "gulp-util": "^3.0.8",
    "should": "^11.2.0",
    "mocha": "^3.2.0",
    "stream-assert": "^2.0.3",
    "typescript": "^2.1.6",
    "zombie": "^5.0.5"
  },
  "scripts": {
    "test": "gulp test && mocha --compilers coffee:coffee-script/register",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cnexans/gulp-unify-js.git"
  },
  "author": "Carlos David G. Nexans <me@cnexans.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cnexans/gulp-unify-js/issues"
  },
  "homepage": "https://github.com/cnexans/gulp-unify-js#readme"
}
