-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 846 Bytes
/
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
{
"name": "cassandrom",
"version": "0.0.4",
"description": "Cassandra JavaScript ORM",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kiril-me/cassandrom.git"
},
"keywords": [
"cassandrom",
"cassandra",
"nodejs"
],
"author": "Kirils Mensikovs <post@kiril.me>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kiril-me/cassandrom/issues"
},
"homepage": "https://github.com/kiril-me/cassandrom",
"dependencies": {
"async": "^2.6.1",
"bluebird": "^3.5.3",
"cassandra-driver": "^4.0.0",
"hooks-fixed": "^2.0.2",
"kareem": "^2.3.0",
"mpath": "^0.5.1",
"mquery": "^3.2.0",
"uuid": "^3.3.2",
"power-assert": "^1.6.1",
"sliced": "^1.0.1"
}
}