UNPKG

nooljs

Version:

Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs

24 lines 561 B
{ "name": "<%projectName%>", "private": true, "version": "0.0.0", "description": "A nooljs application", "keywords": [], "dependencies": { "body-parser": "1.15.2", "express": "^4.14.0", "nooljs": "0.0.9", "socket.io": "^1.4.8" }, "scripts": { "debug": "node debug app.js", "start": "node app.js" }, "main": "app.js", "repository": { "type": "git", "url": "git://github.com/anonymous node/nooljs user/<%projectName%>app.git" }, "author": "anonymous node/noljs user", "license": "" }