UNPKG

2.3 kBJSONView Raw
1{
2 "copyright": "Copyright 2016 Skytap Inc. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.",
3 "name": "minorjs",
4 "version": "7.0.3",
5 "description": "Clustered web framework that favors convention over configuration.",
6 "author": {
7 "name": "Skytap",
8 "url": "http://www.skytap.com/"
9 },
10 "maintainers": [
11 {
12 "name": "Scott Brady",
13 "email": "scott@sbrady.com"
14 }
15 ],
16 "keywords": [
17 "minorjs",
18 "minor js",
19 "minor.js",
20 "web",
21 "framework",
22 "www",
23 "http",
24 "cluster"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/skytap/minorjs"
29 },
30 "main": "./index.js",
31 "engines": {
32 "node": ">=10"
33 },
34 "license": {
35 "type": "Apache v2",
36 "url": "https://github.com/skytap/minorjs/blob/master/LICENSE"
37 },
38 "readmeFilename": "README.md",
39 "bugs": {
40 "url": "https://github.com/skytap/minorjs/issues"
41 },
42 "homepage": "https://github.com/skytap/minorjs",
43 "dependencies": {
44 "backhoe": "~0.0.3",
45 "bluebird": "~3.0.6",
46 "body-parser": "~1.19.0",
47 "compression": "~1.7.2",
48 "consolidate": "^0.15.1",
49 "cookie-parser": "~1.4.0",
50 "errorhandler": "~1.4.2",
51 "express": "~4.19.2",
52 "extend": "~3.0.0",
53 "humanize-plus": "~1.8.2",
54 "inflected": "~1.1.6",
55 "node-uuid": "~1.4.7",
56 "pug": "^3.0.1",
57 "serve-favicon": "~2.5.0",
58 "underscore": "~1.12.1",
59 "wrench": "~1.5.8"
60 },
61 "devDependencies": {
62 "coffeescript": "~1.10.0",
63 "cheerio": "~0.20.0",
64 "grunt": "~1.0.1",
65 "grunt-cli": "~1.2.0",
66 "grunt-mocha-test": "~0.12.7",
67 "grunt-shell": "~1.3.0",
68 "minorjs-frames": "~2.1.0",
69 "minorjs-test": "~10.0.0",
70 "mocha": "~2.5.3",
71 "should": "~9.0.2",
72 "sinon": "~1.17.1",
73 "winston": "~2.2.0"
74 },
75 "scripts": {
76 "test": "grunt tests"
77 }
78}