-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "slack-lambda-google",
"version": "0.4.1",
"description": "A serverless Slack Slash Commands to integrate Google Knowledge Graph API using AWS Lambda and AWS API Gateway",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"author": "Amo Wu <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.8.1",
"lodash": "^3.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/amowu/slack-lambda-google.git"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-flow-strip-types": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^3.1.1",
"cz-conventional-changelog": "^1.1.5",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-awslambda": "^0.3.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.0.2",
"json-loader": "^0.5.4",
"run-sequence": "^1.1.5",
"webpack": "^1.12.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}