-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 829 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 829 Bytes
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
{
"name": "joeventstore",
"version": "0.5.1",
"description": "Javascript porting of C# joliver EventStore, an event storage for event sourcing",
"main": "main.js",
"directories": {
"test": "test"
},
"dependencies": {
"mdcore": "0.1.3",
"mongodb": "1.2.8",
"q": "0.8.12",
"requirejs": "2.1.1",
"underscore": "1.4.3",
"underscore.string": "2.3.1",
"wrench": "1.4.2"
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"repository": {
"type": "git",
"url": "https://github.com/rucka/JOEventStore.git"
},
"keywords" : ["nodejs", "javascript", "util", "cqrs", "server", "event sourcing", "framework", "eventstore", "joliver", "mongodb"],
"author" : "Gianluca Carucci <gianluca@carucci.org>",
"license": "MIT",
"readmeFilename": "readme.markdown"
}