UNPKG

mixdown

Version:

Mixdown components are used to create and remix web app and cli services.

47 lines (46 loc) 969 B
{ "name": "mixdown", "version": "3.0.1", "description": "Mixdown components are used to create and remix web app and cli services.", "contributors": [ "Tommy Messbauer", "Eric Capps", "Mike Behrman", "Chad Gowan", "Marko Jankovic" ], "main": "index.js", "directories": { "example": "example" }, "scripts": { "test": "mocha -R spec -u tdd test/tests/*.js" }, "repository": { "type": "git", "url": "git://github.com/mixdown/mixdown.git" }, "keywords": [ "mixdown", "cli", "http", "web" ], "author": "tommy@vast.com", "license": "MIT", "bugs": { "url": "https://github.com/mixdown/mixdown/issues" }, "dependencies": { "async": "^0.9.0", "bucker": "^1.0.11", "lodash": "^2.4.1", "mixdown-app": "^3.0.4", "mixdown-cli": "0.0.3", "mixdown-config-filesystem": "^3.0.0", "mixdown-server": "^3.0.1" }, "devDependencies": { "mocha": "^1.20.1" } }