-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
{
"name": "mykoop-transaction",
"role": "transaction",
"mykoop": {
"dependencies": {
"database": "^1.0.0",
"user": "^1.0.0",
"core": "^1.0.0",
"communications": "^1.0.0",
"event": "^1.0.0"
}
},
"version": "1.0.0",
"description": "transaction module for My Koop",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/my-koop/module.transaction.git"
},
"author": "",
"license": "GNU GPL v2",
"bugs": {
"url": "https://github.com/my-koop/module.transaction/issues"
},
"homepage": "https://github.com/my-koop/module.transaction",
"dependencies": {
"async": "^0.9.0",
"lodash": "^2.4.1",
"mykoop-logger": "git://github.com/my-koop/module.logger",
"mykoop-utils": "git://github.com/my-koop/module.utils",
"node-jsx": "^0.11.0"
},
"devDependencies": {
"react-tools": "^0.11.2"
}
}