UNPKG

1.46 kBJSONView Raw
1{
2 "name": "danf",
3 "description": "Javascript/Node framework providing many features in order to produce an evolutionary, maintainable, testable and performant code",
4 "version": "0.1.4",
5 "author": "Thomas Prelot <tprelot@gmail.com>",
6 "contributors": [
7 {
8 "name": "Thomas Prelot",
9 "email": "tprelot@gmail.com"
10 }
11 ],
12 "dependencies": {
13 "connect": "2.27.*",
14 "express": "4.10.*",
15 "send": "0.10.*",
16 "cookie-parser": "1.3.*",
17 "express-session": "1.9.*",
18 "express-error-handler": "0.5.*",
19 "jade": "1.7.*",
20 "amdefine": "0.1.*",
21 "requirejs": "2.1.*",
22 "jquery": "2.1.*"
23 },
24 "devDependencies": {
25 "mocha": "2.0.*",
26 "supertest": "0.15.*"
27 },
28 "keywords": [
29 "danf",
30 "framework",
31 "full-stack",
32 "client",
33 "server",
34 "dependency",
35 "injection",
36 "node",
37 "nodejs",
38 "oop",
39 "object",
40 "class",
41 "classes",
42 "interface",
43 "inheritance",
44 "modular",
45 "module",
46 "performant",
47 "event",
48 "test"
49 ],
50 "repository": "git://github.com/gnodi/danf",
51 "main": "index",
52 "scripts": {
53 "prepublish": "npm prune",
54 "test": "make test"
55 },
56 "engines": {
57 "node": "*"
58 }
59}