UNPKG

pillars

Version:

Pillars.js web development framework for Node.js

87 lines (86 loc) 1.68 kB
{ "name": "pillars", "description": "Pillars.js web development framework for Node.js", "version": "0.7.1", "author": { "name": "Javier Gallego Martín", "email": "bifuer@gmail.com" }, "contributors": [ { "name": "Chelo Quilón Gomez", "email": "cheloq@gmail.com" } ], "homepage": "https://github.com/pillarsjs/pillars", "repository": { "type": "git", "url": "git://github.com/pillarsjs/pillars" }, "bugs": { "url": "https://github.com/pillarsjs/pillars/issues", "email": "cheloq@gmail.com" }, "keywords": [ "web", "framework", "tree routes", "routing", "multi language", "web development", "sessions", "http", "http negotiation", "byte serving", "static", "cache control", "php friendly", "log dispatcher", "procedure", "crier", "node", "js", "javascript" ], "dependencies": { "colors": "*", "formidable": "*", "mime": "<2.0.0", "node-fs": "*", "crier": "*", "procedure": "*", "templated": "*", "textualization": "*", "objectarray": "*", "date.format": "*", "string.format": "*", "json.decycled": "*", "json.crypt": "*", "scheduled": "*", "eventium": "*", "jailer": "*" }, "devDependencies": { "mocha": "*", "unit.js": "*" }, "engines": { "node": ">=6.9.5" }, "main": "./index.js", "scripts": { "test": "mocha test/" }, "preferGlobal": false, "files": [ "LICENSE", "README.md", "favicon.ico", "index.js", "lib", "languages", "middleware" ], "readmeFilename": "README.md", "license": "MIT" }