node-eventstore-client/package.json

34 lines
724 B
JSON
Raw Normal View History

2016-03-09 20:46:15 +00:00
{
"name": "eventstore-node",
2016-03-17 06:19:31 +00:00
"version": "0.0.2",
2016-03-09 20:46:15 +00:00
"description": "A port of the EventStore .Net ClientAPI to Node.js",
"main": "index.js",
"scripts": {
"test": "nodeunit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicdex/eventstore-node.git"
},
"keywords": [
"eventstore",
"geteventstore",
"node"
],
"author": "Nicolas Dextraze",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicdex/eventstore-node/issues"
},
"homepage": "https://github.com/nicdex/eventstore-node#readme",
"dependencies": {
2016-03-17 06:18:48 +00:00
"long": "^3.0.3",
2016-03-09 20:46:15 +00:00
"protobufjs": "^5.0.1",
2016-03-10 00:09:18 +00:00
"uuid": "^2.0.1"
},
2016-03-17 06:18:48 +00:00
"engines": {
"node": ">=0.12"
},
"engineStrict": true
2016-03-09 20:46:15 +00:00
}