UNPKG

@sourcedream/allcountjs

Version:

The open source framework for rapid business application development with Node.js

79 lines (78 loc) 1.99 kB
{ "name": "@sourcedream/allcountjs", "description": "The open source framework for rapid business application development with Node.js", "keywords": [ "rapid", "business", "application", "development", "data-centric", "RAD" ], "version": "1.24.3", "scripts": { "start": "node app.js", "postinstall": "./node_modules/.bin/bower-installer", "test": "./node_modules/.bin/nodeunit test" }, "devDependencies": { "chai": "^3.2.0", "chai-as-promised": "^5.1.0", "gulp": "^4.0.0", "gulp-concat": "^2.6.0", "gulp-uglify": "^1.4.1", "merge-stream": "^1.0.0", "nodeunit": "^0.11.3" }, "main": "./allcount-server", "bin": { "allcountjs": "./allcount.js" }, "repository": { "type": "git", "url": "https://github.com/sourcedream/allcountjs" }, "dependencies": { "allcountjs-mailgun": "^1.0.0", "body-parser": "^1.18.3", "bower-installer": "^1.3.6", "cloudinary": "^1.2.1", "connect-busboy": "^0.0.2", "console-stamp": "^0.2.7", "consolidate": "0.15.1", "cookie-parser": "^1.1.0", "cookie-session": "^1.0.2", "ejs": "^2.6.1", "express": "^4.10.0", "express-session": "^1.2.1", "fs.extra": "^1.2.1", "hash-files": "^1.0.0", "jade": "^1.11.0", "just": "0.1.8", "keygrip": "^1.0.1", "knex": "^0.16.3", "less-middleware": "^3.1.0", "lodash": "^3.0.0", "marked": "^0.6.2", "methods": "^1.1.1", "minimist": "^1.1.0", "mkdirp": "~0.5.1", "moment": "^2.6.0", "mongoose": "~5.4.20", "mongoose-long": "^0.2.1", "node-minify": "^3.6.0", "parsimmon": "^1.12.0", "passport": "^0.4.0", "passport-local": "^1.0.0", "q": "1.5.1", "ramda": "^0.26.1", "request": "^2.45.0", "socket.io": "^2.2.0", "syntax-error": "^1.1.1", "then-jade": "^2.4.4", "underscore": "1.9.1" }, "license": "MIT", "readmeFilename": "README.md", "homepage": "http://allcountjs.com" }