-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "Frameworkey",
"version": "0.0.1",
"description": "An MVC framework written for Koa",
"main": "app.js",
"dependencies": {
"koa": "~0.2.1",
"koa-router": "~2.2.0",
"koa-logger": "~1.1.0",
"koa-static": "~1.4.1",
"koa-session": "~1.2.0",
"sequelize": "~2.0.0-beta.6",
"underscore": "~1.5.2",
"co-views": "~0.1.0",
"co": "~3.0.2",
"koa-render": "~0.2.1",
"merge": "~1.1.2",
"debug": "~0.7.4",
"formidable": "~1.0.14"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tombert256/frameworkey.git"
},
"keywords": [
"MVC",
"model",
"view",
"controller",
"frameworkey",
"tombert",
"koa",
"koajs"
],
"author": "Thomas Gebert",
"license": "BSD",
"bugs": {
"url": "https://github.com/tombert256/frameworkey/issues"
},
"homepage": "https://github.com/tombert256/frameworkey"
}