UNPKG

904 BJSONView Raw
1{
2 "name": "lemonade",
3 "version": "0.2.1",
4 "description": "Simple API framework",
5 "main": "main.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/runlevel3/lemonade.git"
12 },
13 "author": "Corneliu Firan <firan.corneliu@gmail.com>",
14 "contributors": [
15 "Bogdan Ailiesei <theguardians@gmail.com>",
16 "Mihai Medintu <mihai.medintu@okazii.ro>"
17 ],
18 "dependencies": {
19 "qs": "0.6.5",
20 "mysql": "2.0.0-alpha8",
21 "amqp" : "0.1.6",
22 "solr-client" : "0.2.6",
23 "formidable" : "1.0.14",
24 "helenus" : "0.6.2",
25 "generic-pool" : "2.0.3",
26 "swig" : "0.14.0"
27 },
28 "bin": {
29 "lemonade": "./bin/lemonade.js"
30 },
31 "engine" : "node >= 0.8.0",
32 "license": "MIT",
33 "gitHead": "3bfc8c30806a0a5643258fc746f3f2f80961283c",
34 "readmeFilename": "README.md",
35 "keywords": [
36 "framework",
37 "api",
38 "mvc"
39 ]
40}