UNPKG

melody

Version:
44 lines (43 loc) 976 B
{ "name": "melody", "version": "0.1.0", "description": "simple publishing platform", "main": "lib/melody.js", "scripts": { "test": "NODE_ENV=test mocha --recursive", "coverage": "NODE_ENV=test istanbul cover _mocha -- --recursive", "start": "node melody.js" }, "repository": { "type": "git", "url": "https://github.com/martindale/melody.git" }, "keywords": [ "maki", "publish", "blog", "microblog", "content", "cms", "broadcast", "semantic", "rest" ], "author": "Eric Martindale", "license": "MIT", "bugs": { "url": "https://github.com/martindale/melody/issues" }, "homepage": "https://github.com/martindale/melody", "dependencies": { "async": "^1.5.0", "maki": "git://github.com/martindale/maki", "maki-auth-simple": "0.1.1", "maki-passport-local": "0.0.4" }, "devDependencies": { "coveralls": "^2.11.6", "istanbul": "^0.4.1", "mocha": "^2.3.4" } }