-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 999 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
{
"name": "seneca-shard-store",
"version": "0.0.9",
"description": "Sharding for Seneca",
"main": "index.js",
"scripts": {
"test": "lab test/*.test.js -r console -v --lint"
},
"website": "https://github.com/senecajs-labs/seneca-shard-store",
"repository": {
"type": "git",
"url": "https://github.com/senecajs-labs/seneca-shard-store.git"
},
"bugs": {
"url": "http://github.com/senecajs-labs/seneca-shard-store/issues"
},
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint-config-seneca": "1.x.x",
"eslint-plugin-hapi": "2.x.x",
"eslint-plugin-standard": "1.x.x",
"lab": "^6.2.0",
"seneca": "plugin",
"seneca-jsonfile-store": "~0.2.2",
"rimraf": "~2.4.3"
},
"dependencies": {
"async": "~1.5.0",
"node-uuid": "~1.4.1",
"seneca-store-test": "git://github.com/piccoloaiutante/seneca-store-test.git#master",
"sharder": "~0.1.1",
"underscore": "~1.8.3"
}
}