ideasync
Version:
Sync IDEA IDE settings using gist (WIP)
28 lines (27 loc) • 590 B
JSON
{
"name": "ideasync",
"version": "0.1.1",
"description": "Sync IDEA IDE settings using gist (WIP)",
"main": "index.js",
"preferGlobal": true,
"directories": {
"man": "man",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cchamberlain/ideasync.git"
},
"keywords": [
"IDEA",
"Intellij",
"sync"
],
"author": "Cole Chamberlain",
"license": "MIT",
"bugs": {
"url": "https://github.com/cchamberlain/ideasync/issues"
},
"homepage": "https://github.com/cchamberlain/ideasync#readme",
"scripts": {}
}