forked from SungardAS/particles-enhanced-snapshots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 846 Bytes
/
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
{
"name": "particles-enhanced-snapshots",
"version": "0.1.0",
"description": "[Condensation](https://github.com/SungardAS/condensation) particles that create a CloudFormation project for [Enhanced Snapshots](https://github.com/SungardAS/snapdirector)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kevin McGrath",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-enhanced-snapshots.git"
},
"license": "Apache-2.0",
"keywords": [
"condensation-particles"
],
"dependencies": {
"condensation": "^0.4.9",
"config": "^1.16.0",
"git-rev-sync": "^1.4.0",
"gulp": "^3.9.0",
"particles-common-core": "^0.3.5",
"particles-ec2": "^0.2.9"
}
}