UNPKG

1.25 kBJSONView Raw
1{
2 "name": "baiji",
3 "version": "0.6.2",
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"
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": "^2.5.3",
32 "socket.io": "^1.4.8",
33 "socket.io-client": "^1.4.8"
34 },
35 "dependencies": {
36 "any-promise": "^1.3.0",
37 "baiji-normalizer": "^1.0.3",
38 "body-parser": "^1.15.2",
39 "cors": "^2.7.1",
40 "debug": "^2.2.0",
41 "delegates": "^1.0.0",
42 "express": "^4.14.0",
43 "js2xmlparser": "^1.0.0",
44 "magico": "^1.1.0",
45 "minimatch": "^3.0.2",
46 "multer": "^1.1.0",
47 "on-finished": "^2.3.0"
48 }
49}