showcase
Version:
Infrustucture for activecell's front-end libraries
32 lines (31 loc) • 659 B
JSON
{
"name": "showcase",
"version": "0.4.0",
"description": "Infrustucture for activecell's front-end libraries",
"author": "Activecell",
"repository": {
"type": "git",
"url": "git://github.com/activecell/showcase.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "mocha test/server_test.coffee"
},
"dependencies": {
"coffee-script": "~1.6.2",
"express": "~3.1.2",
"hbs": "~2.1.0",
"passport": "~0.1.16",
"passport-github": "~0.1.5",
"underscore": "~1.4.4",
"docco": "~0.6.2",
"kss": "~0.3.6"
},
"devDependencies": {
"supertest": "",
"mocha": "",
"chai": ""
}
}