forked from infinispan/js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 800 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
40
{
"name": "infinispan",
"version": "0.10.0",
"description": "Infinispan Javascript client",
"main": "index",
"typings": "./types",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node spec"
},
"author": "Galder Zamarreño",
"license": "Apache-2.0",
"keywords": [
"infinispan",
"cache",
"client",
"cluster",
"failover",
"hashing",
"nosql"
],
"repository": {
"type": "git",
"url": "https://github.com/infinispan/js-client"
},
"dependencies": {
"buffer-xor": "^2.0.2",
"log4js": "^6.4.6",
"protobufjs": "^7.0.0",
"underscore": "^1.13.3"
},
"devDependencies": {
"growl": "^1.10.5",
"jasmine-node": "^3.0.0",
"jsdoc": "^3.6.10",
"request": "^2.88.0"
}
}