particles-rds
Version:
Condensation particles for AWS RDS
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "particles-rds",
"version": "0.1.1",
"publishConfig": {
"tag": "latest"
},
"description": "Condensation particles for AWS RDS",
"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": "kevin.mcgrath@sungardas.com"
},
"bugs": {
"url": "https://github.com/sungardas/particles-rds/issues"
},
"homepage": "https://github.com/sungardas/particles-rds",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-rds.git"
},
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws",
"rds"
],
"license": "Apache-2.0",
"dependencies": {
"condensation": "^0.5.5",
"config": "^1.21.0",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"particles-core": "^0.4.5",
"particles-vpc": "^0.5.0"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.2",
"mocha": "^2.5.3"
}
}