UNPKG

1.9 kBJSONView Raw
1{
2 "name": "danf",
3 "description": "Danf is a Node.js full-stack isomorphic OOP framework allowing to code the same way on both client and server sides. It helps you to make deep architectures and handle asynchronous flows in order to help produce scalable, maintainable, testable and performant applications.",
4 "version": "0.4.0",
5 "author": {
6 "name": "Thomas Prelot",
7 "email": "tprelot@gmail.com",
8 "url": "https://github.com/Gnucki"
9 },
10 "contributors": [
11 {
12 "name": "Thomas Prelot",
13 "email": "tprelot@gmail.com",
14 "url": "https://github.com/Gnucki"
15 }
16 ],
17 "keywords": [
18 "danf",
19 "framework",
20 "full-stack",
21 "client",
22 "server",
23 "dependency",
24 "injection",
25 "node",
26 "nodejs",
27 "oop",
28 "object",
29 "class",
30 "classes",
31 "interface",
32 "inheritance",
33 "modular",
34 "module",
35 "performant",
36 "event",
37 "test"
38 ],
39 "dependencies": {
40 "async": "^1.0",
41 "chalk": "^1.1",
42 "cookie-parser": "^1.3",
43 "escape-html": "^1.0",
44 "express": "^4.12",
45 "express-session": "^1.10",
46 "gnucki-r": "^1.0",
47 "gulp": "^3.9",
48 "jade": "^1.9",
49 "jquery": "^2.1",
50 "parseurl": "^1.3",
51 "read-package-tree": "^5.1",
52 "requirejs": "^2.1",
53 "semver": "^5.1",
54 "send": "^0.13",
55 "socket.io": "^1.0",
56 "tosource": "^1.0",
57 "utils-merge": "^1.0"
58 },
59 "devDependencies": {
60 "mocha": "^2.2",
61 "supertest": "^1.0"
62 },
63 "license": "MIT",
64 "repository": {
65 "type": "git",
66 "url": "gnodi/danf"
67 },
68 "main": "index",
69 "scripts": {
70 "test": "make test"
71 },
72 "engines": {
73 "node": "*"
74 }
75}