-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 769 Bytes
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
{
"name": "particles-cloudsploit-scans",
"version": "0.1.2",
"description": "[Condensation](https://github.com/SungardAS/condensation) particles that create a CloudFormation project for CloudSploit [scans](https://github.com/cloudsploit/scans)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kevin McGrath",
"email": "kevin.mcgrath@sungardas.com"
},
"license": "Apache-2.0",
"keywords": [
"condensation-particles"
],
"dependencies": {
"condensation": "^0.4.8",
"gulp": "^3.9.0",
"config": "^1.16.0",
"git-rev-sync": "^1.4.0",
"gulp-git": "^1.4.0",
"gulp-zip": "^3.0.2",
"particles-common-core": "^0.3.4",
"vinyl-fs": "^2.1.1"
}
}