-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.47 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
61
{
"name": "totem-v3-orchestrator",
"version": "1.0.0",
"description": "Totem V3 Git Hooks handler",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/totem/totem-v3-orchestrator.git"
},
"keywords": [
"totem",
"v3",
"nodejs",
"lambda",
"sam"
],
"author": "Sukrit Khera",
"license": "ISC",
"bugs": {
"url": "https://github.com/totem/totem-v3-orchestrator/issues"
},
"homepage": "https://github.com/totem/totem-v3-orchestrator#readme",
"dependencies": {
"aws-sdk": "^2.126.0",
"axios": "^0.16.2",
"bottlejs": "^1.6.1",
"config": "^1.26.2",
"github-api": "^3.0.0",
"glob": "^7.1.2",
"http-status-codes": "^1.3.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"aws4": "^1.6.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-properties": "^1.2.1",
"crypto-js": "^3.1.9-1",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-options": "^1.1.1",
"gulp-spawn-mocha": "^3.3.0",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "~3.5.3",
"nock": "^9.0.22",
"sinon": "^3.3.0",
"sinon-chai": "^2.13.0",
"supertest": "^3.0.0"
}
}