Files
gun/package.json
theory 981dce8b9a dash?
2014-04-01 00:56:02 -06:00

21 lines
421 B
JSON

{ "name": "gun"
, "version": "0.0.1z"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {
"node": "~>0.6.6"
}
, "dependencies": {
"mime": "~>1.2.11",
"theory": "~>0.2.6",
"coalesce": "~>0.1.9-br",
"aws-sdk": "~>2.0.0",
"fakeredis": "~>0.1.3",
"redis": "~>0.10.1",
"hiredis": ""
}
, "main": "shots"
, "scripts": {
"start": "node init.js"
}
}