runas-plugin-scm-git
Version:
Runas plugin for SCM operations (Git implementation)
26 lines • 483 B
JSON
{
"name": "runas-plugin-scm-git",
"version": "0.1.1",
"description": "Runas plugin for SCM operations (Git implementation)",
"main": "plugins/render/plugin.js",
"scripts": {
"deps": "npm install"
},
"keywords": [
"runas-recipe",
"runas",
"bower",
"plugin",
"npm-library"
],
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"runas-core": "^0.1.1"
},
"dependencies": {
"async": "^2.1.2",
"lodash": "^4.16.6"
}
}