thywill
Version:
A Node.js clustered framework for single page web applications based on asynchronous messaging.
47 lines (46 loc) • 1.18 kB
JSON
{
"name" : "thywill",
"description": "A Node.js clustered framework for single page web applications based on asynchronous messaging.",
"keywords": ["asynchronous", "clustered", "message", "framework", "single-page", "application"],
"version": "0.0.11",
"homepage": "https://github.com/exratione/thywill",
"author": "Reason <reason@exratione.com>",
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"async": "*",
"clean-css": "*",
"clone": "*",
"connect": "*",
"connect-redis": "*",
"dateformat": "*",
"ejs": "*",
"express": "3.x.x",
"handlebars": "1.x.x",
"lru-cache": "2.x.x",
"redis": "*",
"request": "*",
"send": "*",
"socket.io": "0.9.x",
"socket.io-client": "0.9.x",
"toposort": "*",
"uglify-js": "1.x.x"
},
"devDependencies": {
"vows": "*",
"work-already": "*"
},
"scripts": {
"test": "vows test/base/* --isolate --spec"
},
"main" : "./index",
"repository" : {
"type" : "git",
"url" : "https://github.com/exratione/thywill"
},
"licenses" : [{
"type" : "MIT",
"url" : "https://github.com/exratione/thywill/raw/master/LICENSE"
}]
}