-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 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
{
"name": "fun-with-events",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "concurrent \"node ./src/router\" \"node ./src/write/\" \"node ./src/read/\" \"node ./src/ui/\"",
"test": "mocha"
},
"author": "Jonatan Pedersen",
"license": "MIT",
"dependencies": {
"amqplib": "^0.5.1",
"babel-core": "^6.21.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"express": "^4.13.3",
"http-proxy": "^1.12.0",
"jsonschema": "^1.1.1",
"mongodb": "^2.2.16",
"when": "^3.7.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"concurrently": "^3.1.0",
"eslint": "^3.12.2",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0"
}
}