mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
This also adds a `readObject` method to `fs-utils`, which loads the file as cson if it ends with json/cson, and otherwise tries to load it as a plist. For now, we're using my fork which is tolerant to a node environment with a `window` global and suppresses some logging of non-fatal errors. If the upstream author accepts my pull requests we can switch back.
23 lines
422 B
JSON
23 lines
422 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.6.0",
|
|
"underscore": "1.4.4",
|
|
"d3": "3.0.8",
|
|
"coffee-cache": "0.1.0",
|
|
"pegjs": "0.7.0",
|
|
"async": "0.2.6",
|
|
"plist": "git://github.com/nathansobo/node-plist.git"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|