UNPKG

periodicjs

Version:

Periodic is a rapid enterprise application framework for data driven web and mobile applications.

188 lines (187 loc) 4.97 kB
{ "name": "periodicjs", "description": "Periodic is a rapid enterprise application framework for data driven web and mobile applications.", "version": "10.70.92", "main": "index.js", "engines": { "node": "^8.x" }, "bin": { "periodicjs": "./bin/index.js" }, "author": { "name": "Yaw Joseph Etse", "email": "yaw.etse@gmail.com", "url": "http://about.me/yawjosephetse" }, "contributors": [ { "name": "Vishnu Ravi", "email": "hello@vishnu.io", "url": "http://www.vishnu.io" }, { "name": "Alan David Garcia", "email": "alandavidgarcia@gmail.com", "url": "http://alangalan.tumblr.com" }, { "name": "Ernie Casilla", "email": "ecasilla@icloud.com", "url": "http://www.erniecasilla.com" }, { "name": "Jan Bialostok", "email": "janbialostok@gmail.com", "url": "https://github.com/janbialostok" }, { "name": "Mark Waldron", "email": "markewaldron@gmail.com", "url": "https://github.com/markwaldron" }, { "name": "Iris Dan", "url": "https://github.com/irisdan" } ], "repository": { "type": "git", "url": "git://github.com/repetere/periodicjs.git" }, "license": "MIT", "scripts": { "start": "nodemon index.js --e", "test": "mocha -R spec --recursive" }, "dependencies": { "@yawetse/socket.io-adapter-mongo": "^0.1.8", "babel-polyfill": "^6.23.0", "bcrypt": "^3.0.4", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.18.3", "capitalize": "^2.0.0", "colors": "^1.3.3", "commander": "^2.19.0", "compression": "^1.7.3", "connect-flash": "^0.1.1", "connect-loki": "^1.1.0", "connect-mongo": "^2.0.3", "connect-redis": "^3.4.0", "connect-sequelize": "^2.0.2", "cookie-parser": "^1.4.4", "csurf": "^1.9.0", "dotenv": "^6.2.0", "ejs": "^2.6.1", "express": "^4.16.4", "express-session": "^1.15.6", "flat": "^4.1.0", "fs-extra": "^7.0.1", "isomorphic-fetch": "^2.2.1", "lowkie": "^1.4.0", "lru-cache": "^5.1.1", "memory-cache": "^0.2.0", "method-override": "^3.0.0", "minimist": "^1.2.0", "moment": "^2.24.0", "mongoose": "^5.4.12", "morgan": "^1.9.1", "numeral": "^2.0.6", "periodicjs.core.controller": "^10.30.9", "periodicjs.core.data": "^2.4.1", "periodicjs.core.files": "^8.1.0", "periodicjs.core.mailer": "^10.1.0", "periodicjs.core.protocols": "^0.6.10", "periodicjs.core.utilities": "^6.1.1", "pluralize": "^7.0.0", "promisie": "~2.0.0-alpha.0", "proxy-polyfill": "0.3.0", "redis": "^2.8.0", "redis-url": "^1.2.1", "response-time": "^2.3.2", "semver": "^5.6.0", "sequelize": "^4.23.2", "serve-favicon": "^2.5.0", "simple-socket-router": "^0.9.3", "socket.io": "^2.2.0", "socket.io-redis": "^5.2.0", "winston": "^2.3.1" }, "devDependencies": { "babel": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2016": "^6.22.0", "babel-preset-es2017": "^6.22.0", "babelify": "7.3.0", "browserify": "^13.0.0", "chai": "^3.0.0", "chai-as-promised": "^6.0.0", "coveralls": "^3.0.2", "font-awesome": "^4.6.3", "grunt": "^1.0.3", "grunt-browserify": "^5.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-coveralls": "^2.0.0", "grunt-jsbeautifier": "~0.2.7", "grunt-jsdoc": "^2.0.0", "grunt-mocha-cov": "^0.4.0", "grunt-mocha-istanbul": "^4.0.2", "grunt-newer": "^1.1.1", "grunt-simple-mocha": "^0.4.1", "istanbul": "^0.4.3", "jsdoc": "^3.3.2", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.2.0", "mocha-sinon": "^2.0.0", "pg": "^6.1.5", "pg-hstore": "^2.3.2", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "supertest": "^3.1.0", "supertest-session": "^3.3.0", "uglify-js": "^2.4.15", "uglifyify": "^3.0.1" }, "keywords": [ "content management framework", "typeset", "wysiwyg", "ui manager", "CMS", "CDS", "Express", "ExpressJS", "Application Framework", "Micro Framework", "Node CMS", "wordpress", "drupal", "modular", "themes", "Content Delivery System", "Content Management System", "Periodic Decoupled Framework" ], "bugs": { "url": "https://github.com/repetere/periodicjs/issues" }, "homepage": "https://github.com/repetere/periodicjs", "maintainers": [ { "name": "Yaw Etse", "email": "yaw.etse@gmail.com", "url": "https://github.com/yawetse" }, { "name": "Jan Bialostok", "email": "janbialostok@gmail.com", "url": "https://github.com/janbialostok" } ], "readmeFilename": "README.md" }