UNPKG

trinte

Version:

TrinteJS - MVC framework for NodeJS

50 lines 949 B
{ "name" : "trinte", "description": "TrinteJS - MVC framework for NodeJS", "version": "0.4.6", "keywords": [ "app", "mvc", "web-framework", "framework", "trinte", "trintejs", "caminte", "mongoose", "express", "redis", "mongodb", "mysql", "postgres", "sqlite3" ], "homepage": "http://www.trintejs.com/", "author": { "name": "Aleksej Gordejev", "email": "aleksej@gordejev.lv", "url": "https://github.com/biggora/" }, "repository": { "type": "git", "url": "git://github.com/biggora/trinte.git" }, "license": "MIT", "main": "trinte", "engines": { "node": ">=4.3.0", "npm": ">=2.15.11" }, "dependencies": { "trinte-creator": "^0.3.0", "trinte-themes": "^0.1.4" }, "devDependencies": { }, "optionalDependencies": { "npm": "^2.15.11" }, "bin": { "trinte": "./lib/trinte.js", "trintejs": "./lib/trinte.js" } }