pulsar/package.json
Kevin Sawicki f3049681bd Use git-utils module
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
2013-03-09 14:34:06 -08:00

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