aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-json-transform/package.json
blob: 1526c9a9706f86a118ff9e45c1519463f9deb0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "gulp-json-transform",
  "version": "0.4.5",
  "description":
    "A gulp plugin to transform json files, pipe json files through it and transform them to other json files or other formats.",
  "main": "./index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:thaggie/gulp-json-transform.git"
  },
  "bugs": "https://github.com/thaggie/gulp-json-transform/issues",
  "homepage": "https://github.com/thaggie/gulp-json-transform",
  "keywords": ["gulp", "plugin", "transform", "json"],
  "author": {
    "name": "Tom Haggie",
    "url": "https://github.com/thaggie"
  },
  "license": "MIT",
  "devDependencies": {
    "jshint": "^2.9.2",
    "mocha": "^4.0.1",
    "should": "^13.1.2"
  },
  "dependencies": {
    "gulp-util": "^3.0.8",
    "promise": "^8.0.1",
    "through2": "^2.0.3"
  },
  "engines": {
    "node": ">=4.8.4"
  }
}