123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "NodeJS-MVC",
- "version": "1.1.0",
- "author": "HonorLee",
- "license": "SEE LICENSE IN LICENSE.txt",
- "description": "A quick,easy,free MVC development framework based on NodeJS",
- "dependencies": {
- "async": "^2.0.0-rc.5",
- "colors": "^1.1.2",
- "ejs": "^2.4.2",
- "formidable": "^1.1.1",
- "fs-extra": "^0.30.0",
- "js-base64": "^2.1.9",
- "klaw-sync": "^4.0.0",
- "md5": "^2.2.1",
- "memcached": "^2.2.2",
- "mime-types": "^2.1.11",
- "moment": "^2.22.1",
- "moment-range": "^4.0.1",
- "mongodb": "^2.2.25",
- "mysql": "^2.11.1",
- "path": "^0.12.7",
- "querystring": "^0.2.0",
- "request": "^2.85.0",
- "sha1": "^1.1.1",
- "string-random": "^0.1.0",
- "tracer": "^0.8.3"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "repository": {
- "type": "git",
- "url": "https://git.honorlee.me/HonorLee/NodeJS-MVC.git"
- }
- }
|