-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
136 lines (136 loc) · 3.38 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "enduro",
"version": "1.4.46",
"description": "Minimalistic, lean & mean static page generator / cms",
"main": "index.js",
"author": {
"name": "Martin Gottweis"
},
"contributors": [
{
"name": "Cosmo Myzrail Gorynych"
},
{
"name": "Justin Rahardjo"
},
{
"name": "Sebastian Lietzijewitsch"
},
{
"name": "Sergejs Bojaruns"
}
],
"bin": {
"enduro": "./cli.js"
},
"bugs": {
"url": "https://github.com/Gottwik/Enduro/issues"
},
"dependencies": {
"async": "^2.6.0",
"autoprefixer-stylus": "^0.14.0",
"babel-core": "^6.26.0",
"base64id": "^1.0.0",
"bluebird": "^3.5.1",
"browser-sync": "^2.23.3",
"chalk": "^2.3.0",
"connect-multiparty": "^2.1.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dir-compare": "^1.0.1",
"enduro_admin": "^1.0.73",
"express": "^4.16.2",
"express-session": "^1.15.6",
"extend": "^3.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.0.3",
"glob-promise": "^3.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-define-module": "^0.1.4",
"gulp-filter-by": "^1.2.0",
"gulp-flatten": "^0.4.0",
"gulp-handlebars": "^4.0.0",
"gulp-iconfont": "^9.0.2",
"gulp-iconfont-css": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.2",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.3",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.5",
"gulp-wrap": "^0.13.0",
"gulp.spritesmith": "^6.9.0",
"handlebars": "^4.0.11",
"inquirer": "^4.0.0",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.15.0",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"multi-glob": "^1.0.1",
"ncp": "^2.0.0",
"npm": "^5.6.0",
"opn": "^5.1.0",
"password-hash": "^1.2.2",
"promised-handlebars-gottwik": "^2.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"require-from-string": "^2.0.1",
"rewire": "^3.0.2",
"rimraf": "^2.6.2",
"s3": "^4.4.0",
"socket.io": "^2.0.4",
"stringify-object": "^3.2.1",
"tar": "^4.2.0",
"urldecode": "^1.0.1",
"yargs": "^9.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",
"istanbul": "^0.4.2",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.2.0"
},
"directories": {},
"dist": {
"integrity": "sha512-ml+lOJwPaG4beUL31/V5A9F12tW6kVtsUg3LzF2DgU9P9NTkLoEz52n+FrWhYB/vRbyXQ0puWet04PVK6+xGSw==",
"shasum": "4ceaaf61faa0bb11163f545f98bfb0efa36297e2",
"tarball": "https://registry.npmjs.org/enduro/-/enduro-1.4.38.tgz"
},
"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",
"to": "mocha --recursive --bail --grep online_test -i"
}
}