-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.25 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
{
"name": "fa-core",
"version": "1.0.0",
"description": "a web framework",
"main": "index.js",
"scripts": {
"test": "mocha "
},
"author": "dodio",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"bluebird": "^3.0.2",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"compressible": "^2.0.6",
"compression": "^1.6.0",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"debuglog": "^1.0.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"redis": "^2.3.0",
"response-time": "^2.3.1",
"serve-favicon": "^2.3.0",
"yog-bigpipe": "^0.2.0",
"yog-log": "0.0.20",
"yog-swig": "^0.2.4",
"yog-view": "^0.3.0"
},
"devDependencies": {
"less": "^2.5.3",
"liveload": "^0.3.3",
"mocha": "*",
"session-file-store": "0.0.22",
"should": "^7.1.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dodio/Fa-web-framework.git"
},
"keywords": [
"node",
"web",
"front-end"
],
"bugs": {
"url": "https://github.com/dodio/Fa-web-framework/issues"
},
"homepage": "https://github.com/dodio/Fa-web-framework#readme"
}