{
  "name": "gulp-armarapify",
  "version": "1.1.1",
  "description": "The plugin for Gulp which allows to rapify (binarize) ArmA *.hpp/*.ext files",
  "main": "dist/main.js",
  "scripts": {
    "install:typings": "./node_modules/.bin/typings install",
    "install:dev": "npm install && npm run install:typings",
    "test": "./node_modules/.bin/gulp test:run",
    "cover": "./node_modules/.bin/gulp cover:report",
    "coveralls": "./node_modules/.bin/gulp cover:coveralls",
    "assemble": "./node_modules/.bin/gulp assemble",
    "watch": "./node_modules/.bin/gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/winseros/gulp-armarapify-plugin.git"
  },
  "keywords": [
    "gulpplugin",
    "arma",
    "arma2",
    "arma3",
    "gulp",
    "rapify",
    "rap",
    "binarize"
  ],
  "author": "winse",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/winseros/gulp-armarapify-plugin/issues"
  },
  "homepage": "https://github.com/winseros/gulp-armarapify-plugin#readme",
  "engines": {
    "node": ">=6.9.0"
  },
  "dependencies": {
    "gulp-util": "^3.0.7"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/gulp-util": "^3.0.34",
    "@types/jasmine": "^2.8.2",
    "@types/node": "^6.0.94",
    "@types/through2": "^2.0.33",
    "@types/vinyl": "^2.0.1",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chalk": "^2.3.0",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-cached": "^1.1.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^1.1.2",
    "gulp-jasmine": "^2.4.2",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^3.2.3",
    "istanbul": "^0.4.5",
    "jasmine": "^2.8.0",
    "jasmine-console-reporter": "^2.0.1",
    "merge-stream": "^1.0.1",
    "remap-istanbul": "^0.9.5",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2",
    "vinyl": "^2.1.0"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "!**/test/"
  ]
}
