-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.82 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.82 KB
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
{
"name": "muleify",
"version": "5.5.2",
"description": "A zero configuration static site generator and asset preprocessor compiler.",
"main": "index.js",
"engines": {
"node": ">=7.6.0"
},
"bin": {
"muleify": "bin/index.js"
},
"scripts": {
"test": "node bin -ptbw example/src example/dev -s example/dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vokeio/muleify.git"
},
"keywords": [
"build",
"tool",
"web",
"components",
"html",
"css",
"js",
"cli",
"gulp",
"webpack",
"webpacker",
"webpacks",
"webbundle",
"webbundler",
"webbundles",
"web-pack",
"web-packer",
"web-packs",
"web-bundle",
"web-bundler",
"web-bundles",
"static",
"site",
"generator",
"static-site",
"static-site-generator",
"muleify",
"mule"
],
"author": "Alexander Elias",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/vokeio/muleify/issues"
},
"homepage": "https://github.com/vokeio/muleify#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babel-preset-minify": "^0.5.1",
"cliy": "^3.1.2",
"fsep": "^2.0.1",
"less": "^4.1.1",
"marked": "^2.0.7",
"nety": "^0.3.8",
"observey": "^2.0.0",
"porty": "^3.1.1",
"postcss": "^8.3.0",
"postcss-preset-env": "^6.7.0",
"rollup": "^2.51.1",
"svgo": "^2.3.0"
}
}