mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
19 lines
290 B
JSON
19 lines
290 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.5",
|
|
"ctags": "0.1.0",
|
|
"oniguruma": "0.5.0",
|
|
"mkdirp": "0.3.5",
|
|
"git-utils": "0.3.0",
|
|
"underscore": "1.4.4",
|
|
"d3": "3.0.8"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|