-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.03 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
{
"name": "apollo-cassandra",
"version": "1.0.6",
"description": "A basic ORM for Cassandra",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"config": {
"blanket": {
"pattern": [
"libs"
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/3logic/apollo-cassandra.git"
},
"dependencies": {
"async": "^0.9.0",
"cassandra-driver": "^2.0.0",
"check-types": "^1.4.0",
"lodash": "^2.4.1"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsdoc": "^0.5.6",
"grunt-mocha-cov": "^0.3.0",
"mocha": "^1.21.3"
},
"keywords": [
"cassandra",
"orm",
"model",
"db",
"node",
"javascript",
"js"
],
"author": "3logic",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/3logic/apollo-cassandra/issues"
},
"homepage": "https://github.com/3logic/apollo-cassandra",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
}
}