acha-framework
Version:
is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...
96 lines (95 loc) • 2.34 kB
JSON
{
"license": "",
"name": "acha-framework",
"version": "1.0.20",
"description": "is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...",
"main": "index.js",
"scripts": {
"test": "mocha -r should -R spec"
},
"author": "Navid Kianfar",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-fixmyjs": "^1.0.2",
"gulp-foreach": "^0.1.0",
"gulp-less": "^3.3.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-template": "^0.2.3",
"gulp-rename": "^1.2.2",
"gulp-run-command": "0.0.7",
"gulp-uglify": "^2.1.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"less-plugin-autoprefix": "^1.5.1",
"merge-stream": "^1.0.1",
"mocha": "^3.2.0",
"run-sequence": "^1.2.2",
"should": "^11.2.1",
"supertest": "^2.0.1"
},
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^2.1.5",
"body-parser": "^1.17.1",
"caminte": "^0.2.19",
"captchapng": "0.0.1",
"compression": "^1.6.2",
"connect-caminte": "0.0.4",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"del": "^3.0.0",
"ejs": "^2.5.6",
"ejs-mate": "^2.3.0",
"express": "^4.15.2",
"express-error-handler": "^1.1.0",
"express-session": "^1.15.1",
"express-useragent": "^0.2.4",
"feed": "^0.3.1",
"fs-extra": "^0.30.0",
"helmet": "^2.3.0",
"i18n": "^0.8.3",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.15",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth2": "^0.1.6",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"pem": "^1.9.4",
"q": "^1.4.1",
"sitemap": "^1.13.0",
"sqlite3": "^3.1.8",
"underscore": "^1.8.3",
"uuid": "^2.0.3",
"ym": "^0.1.2"
},
"caminte": {
"adapter": "sqlite3"
},
"url": "https://github.com/achasoft/acha-framework",
"emil": "nvd.kianfar@gmail.com",
"keywords": [
"angular",
"api",
"atom",
"authentication",
"express",
"jwt",
"modular",
"mvc",
"nodejs",
"oauth",
"obfuscation",
"orm",
"rss",
"sitemap",
"startup",
"token"
]
}