UNPKG

1.35 kBJSONView Raw
1{
2 "name": "baiji",
3 "version": "0.8.25",
4 "description": "Baiji is an easy to use and opinionated micro-framework for writing scalable and REST-like web APIs. Its main goals are parameter validation, entities, hooks, scalability and allowing rapid development and deployment of such APIs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --reporter nyan"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/baijijs/baiji.git"
12 },
13 "keywords": [
14 "rest",
15 "api",
16 "express",
17 "validations",
18 "sanitizers",
19 "presenter",
20 "entity",
21 "documentation"
22 ],
23 "author": "Felix Liu",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/baijijs/baiji/issues"
27 },
28 "homepage": "https://github.com/baijijs/baiji#readme",
29 "devDependencies": {
30 "chai": "^3.5.0",
31 "mocha": "^3.5.3"
32 },
33 "dependencies": {
34 "any-promise": "^1.3.0",
35 "baiji-normalizer": "^1.0.7",
36 "body-parser": "^1.18.2",
37 "chalk": "^2.3.0",
38 "cors": "^2.8.4",
39 "debug": "^3.1.0",
40 "delegates": "^1.0.0",
41 "express": "^4.16.2",
42 "http-errors": "^1.6.2",
43 "js2xmlparser": "^3.0.0",
44 "lodash": "^4.17.4",
45 "methods": "^1.1.2",
46 "micromatch": "^3.1.4",
47 "multer": "^1.3.0",
48 "on-finished": "^2.3.0",
49 "socket.io": "^2.0.4",
50 "socket.io-client": "^2.0.4"
51 }
52}