particles-ec2
Version:
Condensation particles for AWS EC2
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "particles-ec2",
"version": "0.3.1",
"publishConfig": {
"tag": "latest"
},
"description": "Condensation particles for AWS EC2",
"scripts": {
"test": "./node_modules/.bin/mocha",
"build": "./node_modules/.bin/gulp condensation:build",
"clean": "./node_modules/.bin/gulp condensation:clean",
"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-ec2/issues"
},
"homepage": "https://github.com/sungardas/particles-ec2",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-ec2.git"
},
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws",
"vpc"
],
"license": "Apache-2.0",
"dependencies": {
"condensation": "^0.5.5",
"config": "^1.20.1",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"particles-core": "^0.4.3"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.2",
"mocha": "^2.4.5"
}
}