mirror of
https://github.com/atom/atom.git
synced 2026-01-13 08:57:59 -05:00
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": "2.6.2"
|
|
}
|
|
}
|