-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "ci_lambda_checks",
"homepage": "https://github.com/alertlogic/ci_lambda_checks",
"author": "Pavel Trakhtman <[email protected]>",
"description": "",
"bugs": {
"url": "https://github.com/alertlogic/ci_lambda_checks/issues"
},
"scripts": {
"build": "npm run test && node build/build.js",
"hookmeup": "utility/hookmeup.sh",
"lint": "node node_modules/.bin/jshint --config ./.jshintrc --exclude-path ./.jshintignore ./",
"test": "npm run lint",
"release": "npm version patch",
"release:build": "npm version patch && npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:alertlogic/ci_lambda_checks.git"
},
"version": "0.0.12",
"license": "MIT",
"engines": {
"node": "0.12.7"
},
"dependencies": {
"async": "^1.4.2",
"lodash": "^4.17.15",
"npm": "^6.13.3",
"winston": "^1.1.2",
"winston-cloudwatch": "^2.3.0"
},
"folders": {
"build": "target/",
"jsSource": ""
},
"devDependencies": {
"aws-sdk": "^2.2.9",
"glob": "^7.0.3",
"glob-all": "^3.1.0",
"jasmine-node": "^3.0.0",
"jshint": "^2.10.3",
"lazystream": "^0.1.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"node-zip": "^1.1.1",
"onchange": "^6.1.0",
"parallelshell": "^1.2.0",
"process": "^0.11.1",
"prompt": "^0.2.14",
"readable-stream": "^2.0.1",
"replacestream": "^4.0.0",
"rimraf": "^2.4.1",
"uglify-js": "^2.4.23",
"version": "^0.1.2"
}
}