-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "particles-enhanced-snapshots",
"version": "0.1.0",
"publishConfig": {
"tag": "latest"
},
"description": "Condensation particles for Enhanced Snapshots by Sungard Availability Services | Labs",
"scripts": {
"test": "./node_modules/.bin/mocha",
"build": "./node_modules/.bin/gulp condensation:build",
"deploy": "./node_modules/.bin/gulp condensation:deploy",
"gulp": "./node_modules/.bin/gulp"
},
"author": {
"name": "Kevin McGrath",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/sungardas/particles-enhanced-snapshots/issues"
},
"homepage": "https://github.com/sungardas/particles-enhanced-snapshots",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-enhanced-snapshots.git"
},
"license": "Apache-2.0",
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws",
"snapshots",
"ebs",
"s3"
],
"dependencies": {
"condensation": "^0.5.6",
"config": "^1.20.1",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"particles-core": "^0.4.6",
"particles-ec2": "^0.3.1",
"particles-vpc": "^0.5.1"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.1",
"mocha": "^2.4.5"
}
}