wallet-core/node_modules/gulp-json-transform/package.json

37 lines
878 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-json-transform",
"version": "0.4.2",
2016-10-10 03:43:44 +02:00
"description": "A gulp plugin to transform json files, pipe json files through it and transform them to other json files or other formats.",
2016-11-03 01:33:53 +01:00
"main": "./index.js",
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git@github.com:thaggie/gulp-json-transform.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"bugs": "https://github.com/thaggie/gulp-json-transform/issues",
2016-10-10 03:43:44 +02:00
"homepage": "https://github.com/thaggie/gulp-json-transform",
"keywords": [
"gulp",
"plugin",
"transform",
"json"
],
2016-11-03 01:33:53 +01:00
"author": {
"name": "Tom Haggie",
"url": "https://github.com/thaggie"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"should": "^9.0.2"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"dependencies": {
"gulp-util": "^3.0.7",
"promise": "^7.1.1",
"through2": "^2.0.1"
}
2016-10-10 03:43:44 +02:00
}