-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.41 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
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "enduro2",
"version": "2.0.14",
"description": "Minimalistic, lean & mean static page generator / cms",
"main": "index.js",
"author": {
"name": "Martin Gottweis"
},
"bin": {
"enduro": "./cli.js"
},
"bugs": {
"url": "https://github.com/Gottwik/Enduro/issues"
},
"dependencies": {
"async": "^2.6.3",
"bluebird": "^3.7.1",
"chalk": "^2.4.2",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dir-compare": "^1.8.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"extend": "^3.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.6",
"glob-promise": "^3.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-define-module": "^0.1.5",
"gulp-filter-by": "^1.2.0",
"gulp-flatten": "^0.4.0",
"gulp-handlebars": "^5.0.2",
"gulp-sass": "^3.1.2",
"gulp-sass-bulk-import-gottwik": "^1.0.1",
"gulp-sourcemaps": "^2.6.3",
"gulp-watch": "^5.0.1",
"gulp-wrap": "^0.15.0",
"handlebars": "^4.5.3",
"inquirer": "^6.5.2",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"multi-glob": "^1.0.1",
"ncp": "^2.0.0",
"opn": "^5.1.0",
"password-hash": "^1.2.2",
"promised-handlebars-gottwik": "^2.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"require-from-string": "^2.0.1",
"rimraf": "^2.7.1",
"stringify-object": "^3.2.1",
"tar": "^4.4.13",
"urldecode": "^1.0.1",
"yargs": "^9.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chokidar": "^3.3.0",
"coveralls": "^3.0.8",
"eslint": "^4.14.0",
"istanbul": "^0.4.2",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.2.0",
"npm": "^6.13.1",
"rewire": "^3.0.2"
},
"directories": {},
"engines": {
"node": ">= 6"
},
"gitHead": "c662f44c8f1fe8d8210c4442b6efb58e2e7cca2f",
"homepage": "http://www.endurojs.com",
"keywords": [
"cms",
"page generator",
"handlebars",
"static page generator"
],
"license": "MIT",
"maintainers": [
{
"name": "gottwik",
"email": "gottwik@gmail.com"
}
],
"optionalDependencies": {},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Gottwik/enduro.git"
},
"scripts": {
"test": "mocha --recursive --bail --grep online_test -i",
"to": "mocha --recursive --bail"
}
}