-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "quasi",
"version": "0.2.0",
"description": "QUASI framework - an express based framework intended to provide all of the features you would need to run a simple webserver from simple configuration files that inform the app how it should serve your html pages, using a DOM structure based templating engine that enables developers to create their templates without a tightly coupled content management system.",
"author": "Ken Eucker <keneucker@gmail.com>",
"contributors": [],
"bin": {},
"scripts": {},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/KenEucker/quasi.git"
},
"bugs": {
"url": "https://github.com/KenEucker/quasi/issues"
},
"keywords": [],
"dependencies": {
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"lodash": "^4.17.2",
"nodemailer": "^2.7.0",
"passport": "^0.3.2",
"passport-google-oauth-jwt": "^0.2.2",
"path": "^0.12.7",
"require-from-string": "^1.2.1",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-csso": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-json-transform": "^0.4.2",
"gulp-less": "^3.3.0",
"gulp-pug": "^3.2.0",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"through2": "^2.0.3",
"vinyl-fs": "^2.4.4"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"History.md",
"README.md",
"index.js",
"quasi",
"middleware",
"configuration",
"content",
"bin",
"build",
"vendor"
],
"license": "Unlicense"
}