Created
April 7, 2013 23:20
-
-
Save recipher/5333042 to your computer and use it in GitHub Desktop.
Activity Deps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: "activity", | |
version: "0.0.1", | |
private: true, | |
description: "Starcount Activity Capture", | |
main: "bootstrap.js", | |
scripts: { | |
start: "node bootstrap.js", | |
test: "grunt test" | |
}, | |
repository: "[email protected]:starcount/activity.git", | |
author: "Starcount Development", | |
dependencies: { | |
async: "~0.2.5", | |
underscore: "~1.4.4", | |
batchflow: "~0.3.2", | |
hapi: "~0.14.1", | |
restify: "~2.2.1", | |
youtube-feeds: "~2.2.0", | |
oauth: "~0.9.10", | |
twit: "~1.1.5", | |
node-ironio: "~0.3.1", | |
starcount-common: "git+ssh://[email protected]:starcount/common.git#develop", | |
newrelic: "~0.9.20" | |
}, | |
devDependencies: { | |
should: "~1.2.2", | |
sinon: "~1.6.0", | |
grunt: "~0.4.0", | |
grunt-groc: "~0.2.0", | |
grunt-mocha-cli: "~1.0.0", | |
grunt-env: "~0.2.1", | |
grunt-package-environment: "~0.2.0", | |
grunt-newrelic: "~0.1.0" | |
}, | |
bundleDependencies: [ | |
"starcount-common" | |
], | |
subdomain: "develop.activity.starcount", | |
engines: { | |
node: "0.8.x" | |
} | |
} | |
{ | |
name: "starcount-common", | |
version: "0.0.1", | |
description: "Starcount Common Code", | |
main: "index.js", | |
scripts: { | |
test: "grunt test" | |
}, | |
repository: { | |
type: "git", | |
url: "[email protected]:starcount/common.git" | |
}, | |
author: "Starcount Development", | |
dependencies: { | |
nconf: "~0.6.7", | |
async: "~0.2.5", | |
underscore: "~1.4.4", | |
amqp: "~0.1.6", | |
hapi: "~0.15.5", | |
redis: "~0.8.2", | |
redback: "~0.3.4", | |
node-schedule: "~0.1.8", | |
bassmaster: "~0.0.2", | |
winston: "~0.6.2", | |
winston-papertrail: "0.0.6" | |
}, | |
devDependencies: { | |
should: "~1.2.2", | |
sinon: "~1.6.0", | |
grunt: "~0.4.0", | |
grunt-mocha-cli: "~1.0.0", | |
grunt-groc: "~0.2.0", | |
grunt-env: "~0.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment