mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
15 lines
195 B
JSON
15 lines
195 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.5",
|
|
"ctags": "0.1.0",
|
|
"oniguruma": "0.2.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|