mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
16 lines
218 B
JSON
16 lines
218 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.5",
|
|
"ctags": "0.1.0",
|
|
"oniguruma": "0.4.0",
|
|
"mkdirp": "0.3.5"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|