Permalink
Cannot retrieve contributors at this time
{ | |
"name": "DevCenter.me", | |
"version": "1.0.0", | |
"private": false, | |
"repository": { | |
"type": "git", | |
"url": "http://github.com/stevestreza/DevCenter.me" | |
}, | |
"scripts": { | |
"start": "node app", | |
"test": "mocha tests" | |
}, | |
"dependencies": { | |
"express": "3.x", | |
"hbs": "*", | |
"node-sass": "*", | |
"winston": "*", | |
"async": "*", | |
"request": "*" | |
}, | |
"devDependencies": { | |
"mocha" : "*" | |
} | |
} |