mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{ "name": "gun"
|
|
, "version": "0.0.1"
|
|
, "author": "Mark Nadal"
|
|
, "description": "Graph engine."
|
|
, "engines": {
|
|
"node": "~>0.6.6"
|
|
}
|
|
, "dependencies": {
|
|
"theory": "~>0.2.5",
|
|
"coalesce": "~>0.1.9b",
|
|
"aws-sdk": "~>2.0.0",
|
|
"redis": "~>0.10.1",
|
|
"mime": "~>1.2.11"
|
|
}
|
|
, "main": "gun"
|
|
} |