Files
atom/package.json
Nathan Sobo 4a203a9eb6 Use plist NPM instead of vendor/plist.js. Use new synch parsing api.
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.
2013-03-19 11:32:23 -06:00

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"
}
}