forked from mateodelnorte/sourced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 989 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
{
"name": "sourced",
"version": "0.0.14",
"description": "Tiny framework for building models with the event sourcing pattern (events and snapshots).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:mateodelnorte/sourced.git"
},
"license": "BSD",
"devDependencies": {
"mocha": "~1.11.0",
"should": "~1.2.2"
},
"dependencies": {
"debug": "~0.7.2",
"lodash": "^2.4.1"
},
"readme": "sourced\n=======\n\nTiny framework for building models with the event sourcing pattern (events and snapshots). \n\nOverview to come. Until then, view the [docs](./docs/docs.md).\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_shasum": "9655b1bc744ddb74497f1d38a8ca0c1d08374687",
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/sourced/-/sourced-0.0.2.tgz"
}