nooljs
Version:
Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs
50 lines (48 loc) • 1.08 kB
JSON
{
"name": "nooljs",
"version": "0.1.0",
"description": "Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chandru(Puva) Krishnar ,chandru0507@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/nooljs/nooljs.git"
},
"keywords":[
"Angularjs",
"Expressjs",
"nodejs",
"socket-io",
"fullstack framwork",
"sql server",
"mongodb",
"mysql",
"postgresql"
]
,
"main": "./lib/index.js",
"dependencies": {
"async": "^2.0.1",
"body-parser": "1.15.2",
"express": "^4.14.0",
"fs-extra": "1.0.0",
"mongodb": "^2.2.10",
"mysql": "^2.11.1",
"pg": "6.1.0",
"q": "^2.0.3",
"replace": "0.3.0",
"require-directory": "2.1.1",
"save": "2.3.0",
"seriate": "0.8.0",
"shelljs": "^0.7.5",
"socket.io": "^1.4.8"
},
"preferGlobal": true,
"bin": {
"nooljs": "./bin/nooljsCmd.js"
},
"devDependencies": {}
}