1 | {
|
2 | "name": "muleify",
|
3 | "version": "5.0.7",
|
4 | "description": "A zero configuration static site generator and asset preprocessor compiler.",
|
5 | "main": "index.js",
|
6 | "engines": {
|
7 | "node": ">=7.6.0"
|
8 | },
|
9 | "bin": {
|
10 | "muleify": "bin/index.js"
|
11 | },
|
12 | "scripts": {
|
13 | "serve": "node bin serve -w example/src example/dev",
|
14 | "test": "echo coming soon"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "git+https://github.com/AlexanderElias/muleify.git"
|
19 | },
|
20 | "keywords": [
|
21 | "build",
|
22 | "tool",
|
23 | "web",
|
24 | "components",
|
25 | "html",
|
26 | "css",
|
27 | "js",
|
28 | "cli",
|
29 | "gulp",
|
30 | "webpack",
|
31 | "webpacker",
|
32 | "webpacks",
|
33 | "webbundle",
|
34 | "webbundler",
|
35 | "webbundles",
|
36 | "web-pack",
|
37 | "web-packer",
|
38 | "web-packs",
|
39 | "web-bundle",
|
40 | "web-bundler",
|
41 | "web-bundles",
|
42 | "static",
|
43 | "site",
|
44 | "generator",
|
45 | "static-site",
|
46 | "static-site-generator",
|
47 | "muleify",
|
48 | "mule"
|
49 | ],
|
50 | "author": "Alexander Elias",
|
51 | "license": "MPL-2.0",
|
52 | "bugs": {
|
53 | "url": "https://github.com/AlexanderElias/muleify/issues"
|
54 | },
|
55 | "homepage": "https://github.com/AlexanderElias/muleify#readme",
|
56 | "dependencies": {
|
57 | "babel-core": "^6.26.0",
|
58 | "babel-preset-env": "^1.6.1",
|
59 | "babel-preset-minify": "^0.2.0",
|
60 | "cliy": "^1.6.1",
|
61 | "fsep": "^2.0.1",
|
62 | "less": "^2.7.3",
|
63 | "marked": "^0.3.9",
|
64 | "observey": "^2.0.0",
|
65 | "porty": "^3.1.1",
|
66 | "postcss": "^6.0.16",
|
67 | "postcss-preset-env": "^5.1.0",
|
68 | "rollup": "^0.41.6",
|
69 | "rollup-plugin-commonjs": "^7.1.0",
|
70 | "rollup-plugin-node-resolve": "^2.1.1",
|
71 | "servey": "^3.3.2"
|
72 | }
|
73 | }
|