pull-from-source
Version:
Pulls the changes from the source repository in the forked one.
62 lines • 1.31 kB
JSON
{
"name": "pull-from-source",
"description": "Pulls the changes from the source repository in the forked one.",
"bin": {
"pull-from-source": "./bin/pull-from-source"
},
"keywords": [
"pull",
"from",
"source",
"pulls",
"the",
"changes",
"repository",
"in",
"forked",
"one"
],
"license": "MIT",
"version": "1.0.9",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/pull-from-source.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/pull-from-source/issues"
},
"homepage": "https://github.com/IonicaBizau/pull-from-source#readme",
"dependencies": {
"emoji-logger": "^1.0.3",
"gh-fork-source": "^1.0.0",
"noop6": "^1.0.2",
"spawno": "^1.0.2",
"tilda": "^4.3.1"
},
"directories": {
"example": "example"
},
"devDependencies": {}
}