UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

135 lines (134 loc) 2.95 kB
{ "name": "node-atlas", "preferGlobal": true, "version": "2.0.8", "author": { "name": "Bruno J. S. Lesieur", "email": "bruno.lesieur@gmail.com" }, "scripts": { "test": "node ./node_modules/mocha/bin/mocha" }, "description": "Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.", "private": false, "contributors": [ { "name": "Alban Allée", "email": "alban.kahl@gmail.com" }, { "name": "Jérôme Macé", "email": "jerome.mace@hybris.fr" }, { "name": "Pierre Ammeloot", "email": "pierre@ammeloot.fr" }, { "name": "Tommy Pater", "email": "syals@eringan.fr" } ], "bin": { "atlas": "./bin/node-atlas.js", "node-atlas": "./bin/node-atlas.js", "nodeatlas": "./bin/node-atlas.js" }, "repository": { "type": "git", "url": "https://github.com/NodeAtlas/node-atlas.git" }, "homepage": "https://node-atlas.js.org/", "keywords": [ "node", "atlas", "nodeatlas", "progressive", "realtime", "web framework", "web application", "mvc2", "isomorphism", "website", "webapp", "api", "rest", "view", "controller", "model", "mvc", "i18n", "internationalization", "l10n", "localization", "templating", "serverless", "less", "stylus", "pug", "bundle", "template", "server dom", "url rewriting", "route", "cms", "blog", "express", "socket.io", "service-oriented", "component-based", "config-driven", "api-driven", "french" ], "license": "GPL-2.0", "bugs": { "url": "https://github.com/NodeAtlas/node-atlas/issues" }, "devDependencies": { "chai": "4.2.x", "mocha": "9.0.x", "request": "2.88.x" }, "dependencies": { "async": "2.6.x", "autoprefixer-stylus": "0.14.x", "body-parser": "1.18.x", "clean-css": "4.2.x", "commander": "2.19.x", "compression": "1.7.x", "cookie-parser": "1.4.x", "copy-dir": "0.4.x", "css-parse": "2.0.x", "ejs": "2.6.x", "express": "4.16.x", "express-session": "1.15.x", "extend": "3.0.x", "jsdom": "12.2.x", "less": "3.8.x", "less-middleware": "3.0.x", "less-plugin-autoprefix": "2.0.x", "mkpath": "1.0.x", "opn": "5.4.x", "pug": "3.0.x", "socket.io": "2.4.x", "stylus": "0.54.x", "uglify-es": "3.3.x" }, "files": [ "languages/*", "lib/*", "src/*", "templates/*", "test/test.js", "bin/node-atlas.js", "LICENSE", "README.md", "CHANGELOG.md", "index.js" ], "engines": { "node": ">=4.0.0" }, "readmeFilename": "README.md" }