forked from snd/fragments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (83 loc) · 1.91 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "fragments",
"version": "1.0.0-beta.5",
"description": "fragments structures web applications with (request time) dependency injection",
"keywords": [
"framework",
"request",
"dependency",
"injection",
"structure",
"inversion",
"of",
"control",
"ioc",
"architecture",
"web",
"application"
],
"homepage": "http://github.com/snd/fragments",
"author": {
"name": "Maximilian Krüger",
"email": "kruemaxi@gmail.com",
"url": "http://github.com/snd"
},
"bugs": {
"url": "http://github.com/snd/fragments/issues",
"email": "kruemaxi@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/snd/fragments.git"
},
"licenses": {
"type": "MIT",
"url": "git://github.com/snd/fragments/LICENSE"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"bluebird": "2.9.34",
"lodash": "3.10.0",
"redis": "0.12.1",
"connect": "3.4.0",
"express-session": "1.11.3",
"connect-redis": "2.3.0",
"compression": "1.5.2",
"cookie-parser": "1.3.5",
"serve-static": "1.10.0",
"body-parser": "1.13.3",
"basic-auth": "1.0.3",
"qs": "4.0.0",
"express-jwt": "3.0.1",
"node-uuid": "1.4.3",
"bcrypt": "0.8.4",
"react": "0.12.2",
"hinoki": "1.0.0-rc.3",
"sequenz": "1.0.9",
"kup": "1.5.0",
"zuvor": "0.1",
"url-pattern": "0.9.0",
"passage": "1.5.0",
"react-kup": "0.4.0",
"helfer": "0.1.0",
"umgebung": "0.1.0",
"jsonwebtoken": "5.0.4",
"is_js": "0.7.4"
},
"devDependencies": {
"nodeunit": "0.9.1",
"coffee-script": "1.9.3",
"stream-to-promise": "1.0.4",
"got": "4.1.1",
"cookie": "0.1.3"
},
"scripts": {
"compile": "coffee --bare --compile --output lib/ src/",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "nodeunit test/*.coffee"
},
"main": "lib/fragments"
}