UNPKG

2.33 kBJSONView Raw
1{
2 "name": "@edenjs/cli",
3 "description": "Web Application Framework built on Express.js, Redis and RiotJS",
4 "version": "1.5.9",
5 "bin": {
6 "edenjs": "./index.js"
7 },
8 "author": {
9 "name": "Alex Taylor (EdenCoder)",
10 "email": "alex@edenup.com",
11 "web": "https://edencoder.com/"
12 },
13 "contributors": [
14 {
15 "name": "Alex Taylor (EdenCoder)",
16 "email": "alex@edenup.com",
17 "web": "https://edencoder.com/"
18 },
19 {
20 "name": "installgen2",
21 "email": "gen2@gen2.space",
22 "web": "https://gen2.space/"
23 }
24 ],
25 "bugs": {
26 "web": "https://github.com/eden-js/eden/issues"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/eden-js/eden.git"
31 },
32 "license": "(MIT OR Apache-2.0)",
33 "homepage": "https://edenjs.com/",
34 "engines": {
35 "node": ">= 8.0.0"
36 },
37 "dependencies": {
38 "@babel/core": "^7.4.3",
39 "@babel/polyfill": "^7.4.3",
40 "@babel/preset-env": "^7.4.3",
41 "@edenjs/model": "^1.12.2",
42 "@edenjs/glob": "^1.0.0",
43 "@edenjs/session-store": "0.0.2",
44 "app-module-path": "^2.2.0",
45 "babelify": "^10.0.0",
46 "body-parser": "^1.18.3",
47 "browserify": "^16.2.3",
48 "chalk": "^2.4.2",
49 "cookie-parser": "^1.4.4",
50 "deepmerge": "^3.2.0",
51 "directory-tree": "^2.2.1",
52 "dot-prop": "^5.0.0",
53 "dot-prop-immutable": "^1.5.0",
54 "express": "^4.16.4",
55 "express-session": "^1.16.0",
56 "extract-comments": "^1.1.0",
57 "fs-extra": "^7.0.1",
58 "gulp": "^4.0.0",
59 "gulp-autoprefixer": "^6.0.0",
60 "gulp-dart-sass": "^0.9.1",
61 "gulp-header": "^2.0.7",
62 "gulp-rename": "^1.4.0",
63 "gulp-sourcemaps": "^2.6.5",
64 "gulp-terser": "^1.1.7",
65 "multer": "^1.4.1",
66 "nconf": "^0.10.0",
67 "pretty-error": "^2.1.1",
68 "pretty-hrtime": "^1.0.3",
69 "response-time": "^2.3.2",
70 "serialize-error": "^4.1.0",
71 "through2": "^3.0.1",
72 "uuid": "^3.3.2",
73 "vinyl-buffer": "^1.0.1",
74 "vinyl-source-stream": "^2.0.0",
75 "watchify": "^3.11.1",
76 "winston": "^3.2.1",
77 "yargonaut": "^1.1.4",
78 "yargs": "^13.2.2"
79 },
80 "devDependencies": {
81 "@edenjs/eslint-config-eden": "^2.0.14",
82 "eslint": "^5.16.0",
83 "eslint-config-airbnb": "^17.1.0",
84 "eslint-plugin-import": "^2.16.0",
85 "eslint-plugin-jsx-a11y": "^6.2.1",
86 "eslint-plugin-react": "^7.12.4"
87 }
88}