Skip to content

Instantly share code, notes, and snippets.

Created December 20, 2012 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4345445 to your computer and use it in GitHub Desktop.
Save anonymous/4345445 to your computer and use it in GitHub Desktop.
{
"name": "PhishVids",
"description": "",
"version": "0.0.1-25",
"main": "./phishvids.js",
"dependencies": {
"derby": "git://github.com/switz/derby.git",
"express": "3.0.4",
"coffee-script": ">=1.3.3",
"racer-db-mongo": "~0.3.13",
"mongoose": "~3.3.1",
"validator": "~0.4.13",
"mocha": "~1.6.0",
"should": "~1.2.1",
"async": "~0.1.22"
},
"private": true,
"devDependencies": {
"coffee-script": ">=1.3.3",
"mocha": "~1.6.0"
},
"subdomain": "pv",
"scripts": {
"start": "phishvids.js",
"test": "mocha test/lib.coffee"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment