-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 942 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
40
41
42
43
44
45
46
47
48
49
{
"name": "bixby-ms",
"version": "0.0.0",
"description": "Message service components for Bixby.js.",
"keywords": [
"messaging",
"mom",
"mq",
"pubsub"
],
"author": {
"name": "Jared Hanson",
"email": "[email protected]",
"url": "http://jaredhanson.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/bixbyjs/bixby-ms.git"
},
"bugs": {
"url": "http://github.com/bixbyjs/bixby-ms/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./app",
"assembly": {
"namespace": "ms",
"components": [
"main"
]
},
"dependencies": {
"fluidfactory": "^0.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"make-node": "^0.3.0",
"mocha": "^5.2.0",
"sinon": "^6.1.3"
},
"scripts": {
"test": "node_modules/.bin/mocha test/*.test.js"
}
}