mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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.
18 lines
271 B
JSON
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"
|
|
}
|
|
}
|