-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.43 KB
/
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
{
"name" : "autodafe",
"description" : "mvc framework for node with mysql orm, web sockets support, logging, routing, user roles etc",
"keywords" : [ "mvc", "framework", "mysql", "orm", "websockets" ],
"homepage" : "http://autodafe.ws",
"version" : "0.6.0",
"author" : "Andrey Balakirev <[email protected]>",
"contributors" : [ "Vladimir Balakirev <[email protected]>" ],
"main" : "./framework/autodafe",
"bugs" : {
"url" : "https://github.com/jifeon/autodafe/issues",
"email" : "[email protected]"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/jifeon/autodafe.git"
},
"directories" : {
"lib" : "./framework",
"example" : "./demos"
},
"scripts" : {
"test" : "./tests/run_tests"
},
"dependencies" : {
"socket.io" : ">=0.5.2",
"node-proxy" : ">=0.4.0",
"colors" : ">=0.3.0",
"emailjs" : ">=0.1.8",
"mysql" : ">=2.0.0",
"dustjs-linkedin" : ">=0.4.0",
"dustjs-helpers" : ">=0.0.1",
"formidable" : ">=1.0.2",
"http-auth" : ">=1.1.9",
"node-gettext" : ">=0.2.9",
"locale" : ">=0.0.7",
"underscore" : ">=1.4.4"
},
"devDependencies" : {
"vows" : ">=0.5.8"
},
"engines" : { "node": ">=0.8.0" }
}