Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
50 lines (49 sloc) 1.16 KB
{
"name": "ychacks2014",
"preferGlobal": false,
"private": true,
"version": "0.0.0",
"description": "A hackathon adventure",
"main": "index.js",
"author": "Predrag Gruevski <predrag.gruevski@gmail.com>",
"scripts": {
"start": "chmod +x ./scripts/start.sh && ./scripts/start.sh",
"test": "chmod +x ./scripts/test.sh && ./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/obi1kenobi/ychacks2014.git"
},
"keywords": [
"hackathon"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/obi1kenobi/ychacks2014/issues"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.5.2",
"coffee-script": "~1.7.1",
"coffeelint": "*",
"colors": "~0.6.2",
"cookie-parser": "~1.3.2",
"debug": "~1.0.4",
"express": "~4.7.2",
"firebase": "~1.0.18",
"jade": "~1.5.0",
"morgan": "~1.2.2",
"nconf": "~0.6.9",
"serve-favicon": "~2.0.1",
"underscore": "~1.6.0",
"jsonp-client": "~0.5.1"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"homepage": "https://github.com/obi1kenobi/ychacks2014",
"engines": {
"node": "~0.10.30"
}
}