-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.24 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
{
"scripts": {
"test": "node test/index.js"
},
"name": "lien",
"version": "4.0.0",
"description": "An easy to use web framework for Node.js.",
"main": "lib/index.js",
"keywords": [
"lien",
"link",
"request",
"response",
"framework"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net/)",
"license": "MIT",
"directories": {
"example": "example",
"test": "test"
},
"devDependencies": {
"ajs": "^1.2.1",
"connect-mongo": "^5.1.0",
"tester": "^1.3.4",
"tinyreq": "^3.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LienJS/Lien.git"
},
"bugs": {
"url": "https://github.com/LienJS/Lien/issues"
},
"homepage": "https://github.com/LienJS/Lien",
"blah": {
"h_img": "https://raw.githubusercontent.com/LienJS/Resources/master/logo/header.png"
},
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"find-value": "^1.0.1",
"iterate-object": "^1.3.2",
"methods": "^1.1.2",
"noop6": "^1.0.2",
"path-to-regexp": "^6.2.1",
"set-or-get": "^1.2.2",
"transformer": "^1.0.1",
"ul": "^5.2.1"
}
}