forked from pushkin-consortium-deprecated/deprecated1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 804 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
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": "api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "env NODE_ENV=test mocha test/",
"test:watch": "npm test -- --watch",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.1",
"basic-auth": "^1.1.0",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"lodash": "^4.17.4",
"winston": "^2.3.0",
"winston-loggly": "^1.3.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"eslint": "^3.19.0",
"eslint-config-prettier": "^1.7.0",
"fs-extra": "^3.0.0",
"mocha": "^3.3.0",
"moment": "^2.18.1",
"sinon": "^2.1.0",
"supertest": "^3.0.0"
}
}