mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"name": "autoflow",
|
|
"version": "0.29.4",
|
|
"main": "./lib/autoflow",
|
|
"description": "Format the current selection to have lines no longer than 80 characters.\n\nThis packages uses the config value of `editor.preferredLineLength` when set.",
|
|
"activationCommands": {
|
|
"atom-text-editor": [
|
|
"autoflow:reflow-selection"
|
|
]
|
|
},
|
|
"repository": "https://github.com/atom/atom",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
"underscore-plus": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffeelint": "^1.9.7"
|
|
}
|
|
}
|