UNPKG

node-atlas

Version:

Create server-based and component-based websites easily!

85 lines (84 loc) 1.96 kB
{ "name": "node-atlas", "preferGlobal": true, "version": "2.0.0-beta2", "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", "imagemin-jpegtran": "5.0.x", "imagemin-optipng": "5.2.x", "imagemin-gifsicle": "5.1.x", "imagemin-svgo": "5.2.x", "less": "2.7.x", "less-middleware": "2.2.x", "mkpath": "1.0.x", "open": "0.0.x", "pug": "2.0.0-beta6", "stylus": "0.54.x", "traverse-directory": "0.3.x", "uglify-js": "2.7.x" }, "files": [ "languages/*", "lib/*", "templates/*", "bin/node-atlas.js", "LICENSE", "README.md", "CHANGELOG.md", "index.js" ], "engines": { "node": ">=4.0.0" }, "readmeFilename": "README.md" }