-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
75 lines (75 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "danf",
"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.",
"version": "0.4.3",
"author": {
"name": "Thomas Prelot",
"email": "tprelot@gmail.com",
"url": "https://github.com/Gnucki"
},
"contributors": [
{
"name": "Thomas Prelot",
"email": "tprelot@gmail.com",
"url": "https://github.com/Gnucki"
}
],
"keywords": [
"danf",
"framework",
"full-stack",
"client",
"server",
"dependency",
"injection",
"node",
"nodejs",
"oop",
"object",
"class",
"classes",
"interface",
"inheritance",
"modular",
"module",
"performant",
"event",
"test"
],
"dependencies": {
"async": "^1.0",
"chalk": "^1.1",
"cookie-parser": "^1.3",
"escape-html": "^1.0",
"express": "^4.12",
"express-session": "^1.10",
"gnucki-r": "^1.0",
"gulp": "^3.9",
"jquery": "^2.1",
"parseurl": "^1.3",
"pug": "^2.0.0-beta4",
"read-package-tree": "^5.1",
"requirejs": "^2.1",
"semver": "^5.1",
"send": "^0.13",
"socket.io": "^1.0",
"tosource": "^1.0",
"utils-merge": "^1.0"
},
"devDependencies": {
"mocha": "^2.2",
"supertest": "^1.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "gnodi/danf"
},
"main": "index",
"scripts": {
"test": "make test"
},
"engines": {
"node": "*"
}
}