-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
60
{
"name": "hub2chat",
"version": "0.0.1",
"description": "Post GitHub Status to Chat Services via Amazon API Gateway and Lambda",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=development ./node_modules/.bin/mocha",
"pkg": "./scripts/package.sh",
"deploy": "./node_modules/.bin/apex deploy",
"lint": "./node_modules/.bin/eslint",
"fix": "./node_modules/.bin/eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Nate-River56/hub2chat.git"
},
"bugs": {
"url": "https://github.com/Nate-River56/hub2chat/issues"
},
"engine": {
"node": ">=4.3"
},
"keywords": [
"chatbot",
"chatwork",
"aws-apigateway",
"aws-lambda"
],
"author": {
"name": "Nate-River56",
"email": "hydrangea56@me.com",
"url": "https://github.com/Nate-River56"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Nate-River56/hub2chat#readme",
"devDependencies": {
"apex-bin": "^0.10.3",
"axios": "^0.15.3",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.24.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.2.0",
"power-assert": "^1.4.2"
},
"dependencies": {
"aws-sdk": "^2.28.0",
"denodeify": "^1.2.1",
"handlebars": "^4.0.6",
"lodash": "^4.17.4",
"node-custom-console": "^0.2.4",
"request": "^2.81.0"
},
"directories": {
"test": "test/"
}
}