-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (39 loc) · 888 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
37
38
39
{
"name": "seneca-cassandra-store",
"version": "0.0.1",
"description": "Cassandra data store plugin for Seneca",
"main": "lib/cassandra-store.js",
"author": "Mircea Alexandru",
"contributors": [
"Jane Quinn https://github.com/CodeWriterWriter"
],
"license": "MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/senecajs-labs/seneca-cassandra-store.git"
},
"keywords": [
"seneca",
"plugin",
"cassandra",
"store"
],
"scripts": {
},
"dependencies": {
"seneca": "plugin",
"lodash": "4.x.x",
"node-uuid": "1.4.x",
"cassandra-client": "0.15.2"
},
"devDependencies": {
"eslint-config-seneca": "1.x.x",
"eslint-plugin-standard": "1.x.x",
"eslint-plugin-hapi": "4.x.x",
"mocha": "2.4.5",
"chai": "3.5.0",
"async":"1.5.2",
"eyes":"0.1.8"
}
}