UNPKG

832 BJSONView Raw
1{
2 "name": "lemonade",
3 "version": "0.1.6",
4 "description": "Simple API framework",
5 "main": "main.js",
6 "scripts": {
7 "test": "node ./tests/*.js"
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": "*",
20 "mysql": "2.0.0-alpha8",
21 "amqp" : "0.1.6",
22 "solr-client" : "*",
23 "cassandra-client" : "0.14.4"
24 },
25 "bin": {
26 "lemonade": "./bin/lemonade.js"
27 },
28 "engine" : "node >= 0.8.0",
29 "license": "BSD",
30 "gitHead": "3bfc8c30806a0a5643258fc746f3f2f80961283c",
31 "readmeFilename": "README.md",
32 "keywords": [
33 "framework",
34 "api",
35 "mvc"
36 ]
37}