particles-rancher
Version:
Condensation particles for Rancher
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "particles-rancher",
"version": "0.1.10",
"publishConfig": {
"tag": "latest"
},
"description": "Condensation particles for Rancher",
"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-rancher/issues"
},
"homepage": "https://github.com/sungardas/particles-rancher",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-rancher.git"
},
"license": "Apache-2.0",
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws",
"rancher",
"containers",
"docker"
],
"dependencies": {
"condensation": "0.5.6",
"config": "^1.20.1",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"particles-amazon-ami": "0.1.0-beta.1",
"particles-core": "^0.4.6",
"particles-ec2": "^0.3.0",
"particles-rds": "^0.1.0-beta.0",
"particles-vpc": "^0.5.0-rc8"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.2",
"mocha": "^2.4.5"
}
}