Merge pull request #88 from ammit/upstream

remove crypto module and add repository field
This commit is contained in:
Sahat Yalkabov
2014-02-26 08:28:47 -05:00

View File

@ -1,6 +1,10 @@
{
"name": "hackathon-starter",
"version": "0.0.0",
"repository": {
"type" : "git",
"url" : "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
@ -36,7 +40,6 @@
"connect-mongo": "~0.4.0",
"twilio": "~1.5.0",
"validator": "~3.3.0",
"crypto": "0.0.3",
"csso": "~1.3.11",
"uglify-js": "~2.4.12"
},