UNPKG

muffin.io

Version:

A full stack development tool for creating modern webapps

47 lines (46 loc) 961 B
{ "name": "muffin.io", "version": "1.1.1", "description": "A full stack development tool for creating modern webapps", "keywords": [ "backbone", "muffin" ], "homepage": "http://muffin.io", "repository": { "type": "git", "url": "https://github.com/Axonify/muffin.io" }, "author": { "name": "Yaogang Lian", "email": "yaogang.lian@gmail.com" }, "contributors": [ { "name": "Ned Kahvo", "email": "nkahvo@axonify.com" } ], "bin": { "muffin": "./bin/muffin" }, "dependencies": { "coffee-script": "~1.6.3", "underscore": "~1.5.2", "underscore.string": "~2.3.3", "ansi-color": "~0.2.1", "growl": "~1.5.1", "async": "~0.2.9", "fs-extra": "~0.1.3", "uglify-js": "~2.2.5", "netrc": "~0.1.3", "send": "~0.1.4", "ws": "~0.4.30", "less": "~1.4.2", "clean-css": "~1.0.12", "chokidar": "~0.6.3" }, "engines": { "node": ">=0.8.0" } }