sync-pkg
Version:
CLI to sync only basic properties from package.json to bower.json.
88 lines (87 loc) • 1.84 kB
JSON
{
"name": "sync-pkg",
"description": "CLI to sync only basic properties from package.json to bower.json.",
"version": "0.7.2",
"homepage": "https://github.com/jonschlinkert/sync-pkg",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Anders D. Johnson (https://andrz.me)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
],
"repository": "jonschlinkert/sync-pkg",
"bugs": {
"url": "https://github.com/jonschlinkert/sync-pkg/issues"
},
"license": "MIT",
"files": [
"bin",
"index.js",
"lib"
],
"main": "index.js",
"preferGlobal": true,
"bin": {
"sync-pkg": "bin/sync.js"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"bower-store": "^0.1.0",
"composer": "^0.14.0",
"diff": "^3.2.0",
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"lazy-cache": "^2.0.2",
"load-pkg": "^3.0.1",
"log-utils": "^0.2.1",
"minimist": "^1.2.0",
"normalize-pkg": "^0.4.1",
"object.omit": "^2.0.1",
"question-cache": "^0.7.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.0",
"gulp-unused": "^0.2.1",
"mocha": "^3.2.0"
},
"keywords": [
"bower.json",
"package.json",
"package",
"pkg",
"synchronize",
"sync"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"filter-object",
"load-pkg",
"omit-empty"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
}
}