UNPKG

948 BJSONView Raw
1{
2 "name": "cupcoffee",
3 "version": "0.6.7",
4 "description": "Micro MVC framework for Node.js",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/cupcoffeejs/cupcoffee"
12 },
13 "keywords": [
14 "mvc",
15 "framework",
16 "controller",
17 "modal",
18 "view",
19 "routes",
20 "sequelize",
21 "mongoose",
22 "mongodb",
23 "mysql",
24 "mssql",
25 "sqlite",
26 "postgre",
27 "jade",
28 "pug"
29 ],
30 "author": "Philippe Assis <assis@sophiware.com> (sophiware.com)",
31 "license": "ISC",
32 "dependencies": {
33 "body-parser": "^1.15.2",
34 "express": "^4.13.4",
35 "express-fileupload": "0.0.5",
36 "express-vhost": "^0.2.0",
37 "fs-exists-sync": "^0.1.0",
38 "log": "^1.4.0",
39 "object-count": "0.0.1",
40 "pug": "^2.0.0-beta3",
41 "replaceall": "^0.1.6",
42 "validator": "^5.4.0",
43 "vhost": "^3.0.2"
44 }
45}