-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 883 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": "eventd.js",
"version": "1.2.1",
"description": "JavaScript library used for developing applications based on (D)DDD, CQRS and Event Sourcing.",
"keywords": [
"ddd",
"cqrs",
"eventsourcing",
"evented",
"eventd"
],
"main": "build/main.js",
"typings": "build/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebestindragos/eventd.js.git"
},
"author": "Dragos Sebestin",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebestindragos/eventd.js/issues"
},
"homepage": "https://github.com/sebestindragos/eventd.js#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-sourcemaps": "2.6.4",
"gulp-typescript": "3.2.4",
"typescript": "2.6.2"
},
"dependencies": {}
}