particles-core
Version:
Often used particles for condensation
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "particles-core",
"version": "0.5.4",
"publishConfig": {
"tag": "latest"
},
"description": "Often used particles for condensation",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Kevin McGrath",
"email": "kevin.mcgrath@sungardas.com"
},
"bugs": {
"url": "https://github.com/sungardas/particles-core/issues"
},
"homepage": "https://github.com/sungardas/particles-core",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-core.git"
},
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.1.4",
"fs-extra": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.2",
"request": "^2.79.0",
"verror": "^1.9.0"
},
"devDependencies": {
"assert": "^1.4.1",
"condensation": "^0.6.0",
"condensation-particle-tests": "^0.5.4",
"mocha": "^2.5.3"
}
}