UNPKG

js-lightning

Version:

Direct Javascript to Web interpreted server inspired by PHP

40 lines (39 loc) 1.08 kB
{ "name": "js-lightning", "version": "2.0.16", "description": "Direct Javascript to Web interpreted server inspired by PHP", "main": "startAll.js", "bin": { "jsLightning": "./startAll.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstallUNUSED": "ln -s /usr/lib/node_modules/js-lightning/startAll.js /usr/bin/js-lightning; chmod +x /usr/lib/node_modules/js-lightning/startAll.js; echo 'added /usr/bin/js-lightning';" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tqwhite/js-lightning.git" }, "keywords": [ "javascript", "php", "interpreted", "html", "web", "server", "dynamic" ], "author": "TQ White II", "license": "The MIT License", "bugs": { "url": "https://github.com/tqwhite/js-lightning/issues" }, "homepage": "http://jsLightning.com", "dependencies": { "qtools-config-file-processor": "^1.0.18", "qtools-functional-library": "^2.0.4", "marked": "^15.0.12", "express": "^5.1.0", "body-parser": "^2.2.0" } }