Files
atom/package.json
Kevin Sawicki 03b32ec29c Use coffee-script node module
This required upgrading underscore which to fix issues
with _.isEqual working across objects created from different
documents.

The upgrade required adding a custom _.isEqual extension that
added back support for object's having an isEqual method that
was removed in underscore 1.4.0.
2013-03-11 13:39:17 -07:00

18 lines
271 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"
},
"scripts": {
"preinstall": "true"
}
}