mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
--- Re-applying this commit because it was accidentally merged from stable into beta and master with `--strategy ours` (discard all changes) instead of `-X ours` (discard conflicting changes).
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "atom-bundled-apm",
|
|
"description": "Atom's bundled apm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/atom/atom.git"
|
|
},
|
|
"dependencies": {
|
|
"atom-package-manager": "1.0.5"
|
|
}
|
|
}
|