44 lines
931 B
JSON
44 lines
931 B
JSON
{
|
|
"name": "gulp-clone",
|
|
"description": "Clone files in memory in a gulp stream",
|
|
"version": "2.0.1",
|
|
"homepage": "https://github.com/mariocasciaro/gulp-clone",
|
|
"author": {
|
|
"name": "Mario Casciaro"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mariocasciaro/gulp-clone"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mariocasciaro/gulp-clone/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/mariocasciaro/gulp-clone/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"plugin-error": "^0.1.2",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"vinyl": "^2.1.0",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/mocha/bin/_mocha test.js --reporter spec"
|
|
},
|
|
"release": {
|
|
"branch": "master"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "latest"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"clone"
|
|
]
|
|
}
|