forked from fundation/fundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.39 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
{
"name": "fundation",
"version": "0.0.44",
"author": "Alexander Chan <[email protected]>",
"description": "Fun and simple way to build a site",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fundation/fundation"
},
"engines": {
"node": ">= 4.4.0"
},
"main": "index.js",
"scripts": {
"test": "mocha tests/"
},
"dependencies": {
"express": "4.14.0",
"express-session": "1.14.1",
"passport": "0.3.2",
"passport-google-oauth": "1.0.0",
"passport-facebook": "2.1.1",
"lodash": "4.16.2",
"debug": "2.2.0",
"browserify": "13.1.0",
"uglify-js": "2.6.3",
"less-middleware": "2.2.0",
"connect-redis": "3.1.0",
"asyncawait": "1.0.6",
"redis": "2.6.2",
"mysql": "2.11.1",
"mongodb": "2.2.10",
"memcached": "2.2.2",
"serve-favicon": "2.3.0",
"swig": "1.4.2",
"glob": "7.1.0",
"morgan": "1.7.0",
"multer": "1.2.0",
"basic-auth": "1.0.4",
"compression": "1.6.2",
"cookie-parser": "1.4.3",
"body-parser": "1.15.2",
"html-minifier": "3.1.0",
"vue": "2.0.3",
"vueify": "8.7.0",
"vue-server-renderer": "2.0.3"
},
"devDependencies": {
"mocha": "3.1.0",
"chai": "3.5.0",
"supertest": "2.0.0",
"jsdoc": "3.4.1"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"less/",
"lib/",
"middleware/"
]
}