mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
f3049681bd
Removes the need to include libgit2 as this is now handled by the git-utils module which provides functions that were previously in git.mm and git.coffee
17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.5",
|
|
"ctags": "0.1.0",
|
|
"oniguruma": "0.4.0",
|
|
"mkdirp": "0.3.5",
|
|
"git-utils": "0.2.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|