-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 KB
/
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
50
51
52
53
54
55
56
57
58
59
{
"name": "@musicglue/mg-express",
"version": "6.2.8",
"description": "Express stuff used on all musicglue services",
"main": "lib/index.js",
"scripts": {
"babel": "babel -d lib src && babel -d lib generated-src",
"build": "npm run generate-errors && npm run babel",
"generate-errors": "babel-node build/errors.js",
"lint": "eslint app && eslint build",
"prepublish": "npm run lint && npm test && npm run build",
"test": "NODE_ENV=test mocha",
"watch": "nodemon -x npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musicglue/mg-express.git"
},
"author": "Alex (@somehats)",
"license": "MIT",
"bugs": {
"url": "https://github.com/musicglue/mg-express/issues"
},
"homepage": "https://github.com/musicglue/mg-express#readme",
"devDependencies": {
"axios": "^0.13.1",
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-generator": "^6.11.4",
"babel-preset-node5": "^11.1.0",
"babel-template": "^6.9.0",
"babel-types": "^6.11.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"csv": "^0.4.6",
"dirty-chai": "^1.2.2",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"mocha": "^3.0.0"
},
"dependencies": {
"aws-sdk": "^2.107.0",
"babel-polyfill": "^6.9.1",
"body-parser": "^1.17.0",
"bugsnag": "^1.12.1",
"consul": "^0.29.0",
"datadog-tracer": "^0.3.4",
"express": "^4.15.4",
"hot-shots": "^4.3.1",
"lodash": "^4.15.0",
"morgan": "^1.8.1",
"node-uuid": "^1.4.7",
"statuses": "^1.3.0",
"winston": "^2.3.1",
"winston-papertrail": "^1.0.4"
}
}