UNPKG

node-atlas

Version:

Create server-based and component-based websites easily!

88 lines (87 loc) 2.06 kB
{ "name": "node-atlas", "preferGlobal": true, "version": "1.5.1", "author": { "name": "Bruno Lesieur", "email": "bruno.lesieur@gmail.com" }, "description": "Create server-based and component-based websites easily!", "private": false, "contributors": [ { "name": "Jérôme Macé", "email": "jerome.mace@hybris.fr" }, { "name": "Tommy Pater", "email": "syals@eringan.fr" } ], "bin": { "nodeatlas": "./bin/node-atlas.js" }, "repository": { "type": "git", "url": "https://github.com/Haeresis/NodeAtlas.git" }, "homepage": "https://haeresis.github.io/NodeAtlas", "keywords": [ "framework", "manage asset html", "mvc2", "website", "web application", "url rewriting", "multilingual website" ], "license": "GPL-2.0", "bugs": { "url": "https://github.com/Haeresis/NodeAtlas/issues" }, "dependencies": { "async": "2.1.x", "body-parser": "1.15.x", "cheerio": "0.22.x", "clean-css": "3.4.x", "commander": "2.9.x", "compression": "1.6.x", "cookie-parser": "1.4.x", "css-parse": "2.0.x", "ejs": "2.5.x", "express": "4.14.x", "express-session": "1.14.x", "extend": "3.0.x", "forcedomain": "0.8.x", "imagemin": "5.2.x", "less": "2.7.x", "less-middleware": "2.2.x", "mkpath": "1.0.x", "open": "0.0.x", "stylus": "0.54.x", "traverse-directory": "0.3.x", "uglify-js": "2.7.x" }, "files": [ "languages/default.json", "languages/en-gb.json", "languages/fr-fr.json", "lib/assets-generation.js", "lib/back-end-part.js", "lib/configuration.js", "lib/front-end-part.js", "lib/global-functions.js", "lib/init.js", "lib/node-modules.js", "lib/web-server.js", "bin/node-atlas.js", "LICENSE", "README.md", "CHANGELOG.md", "index.js" ], "engines": { "node": ">=0.10" }, "readmeFilename": "README.md" }