forked from masumsoft/express-cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "express-cassandra",
"version": "0.4.9",
"dependencies": {
"async": "^1.0.0",
"check-types": "^1.4.0",
"cassandra-driver": "~2.1.0",
"lodash": "^3.9.3"
},
"devDependencies": {
"vows": "*",
"mocha": "*",
"chai": "*"
},
"optionalDependencies": {},
"author": {
"name": "Mahafuzur Rahman",
"url": "https://www.codinglogs.com"
},
"scripts": {
"test": "node_modules/.bin/mocha --bail"
},
"license": "LGPL-3.0",
"description": "Cassandra ORM for express, restify, hapi, koa and raw node",
"repository": {
"type": "git",
"url": "git://github.com/masumsoft/express-cassandra.git"
},
"main": "index.js",
"readmeFilename": "README.md",
"homepage": "https://github.com/masumsoft/express-cassandra",
"bugs": {
"url": "https://github.com/masumsoft/express-cassandra/issues"
},
"keywords": [
"cassandra",
"orm",
"model",
"db",
"node",
"nodejs",
"express",
"expressjs",
"restify",
"hapi",
"hapijs",
"koa",
"koajs",
"javascript",
"js"
],
"engine": "node >= 0.10.x"
}