UNPKG

particles-spotinst-lambda

Version:
55 lines (54 loc) 1.41 kB
{ "name": "particles-spotinst-lambda", "version": "0.1.0", "publishConfig": { "tag": "latest" }, "description": "Condensation particles for spotinst-lambda", "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-spotinst-lambda/issues" }, "homepage": "https://github.com/sungardas/particles-spotinst-lambda", "repository": { "type": "git", "url": "https://github.com/sungardas/particles-spotinst-lambda.git" }, "keywords": [ "condensation-particles", "condensation", "cloudformation", "cloud", "formation", "aws", "spotinst", "lambda" ], "license": "Apache-2.0", "dependencies": { "condensation": "^0.5.5", "config": "^1.20.1", "git-rev-sync": "^1.6.0", "gulp": "^3.9.1", "gulp-git": "^1.7.1", "gulp-zip": "^3.2.0", "particles-core": "^0.4.3", "particles-lambda": "0.1.0-beta.3", "tar.gz": "^1.0.5", "vinyl-fs": "^2.4.3" }, "devDependencies": { "condensation-particle-tests": "^0.5.1", "mocha": "^2.4.5" } }