UNPKG

mson-zoo

Version:

Collection of MSON samples that can be used as a showcase or testing purposes

47 lines (46 loc) 1.1 kB
{ "name": "mson-zoo", "version": "3.0.0-beta.1", "description": "Collection of MSON samples that can be used as a showcase or testing purposes", "main": "index.js", "scripts": { "generate": "node generate.js", "test": "npm run generate", "prepublish": "npm run generate" }, "repository": { "type": "git", "url": "git+https://github.com/apiaryio/mson-zoo.git" }, "keywords": [ "mson", "samples" ], "author": "Apiary Inc.", "contributors": [ { "name": "František Hába", "email": "frantisek@apiary.io", "url": "http://www.frantisekhaba.com/" }, { "name": "Vincenzo Chianese", "email": "vincenzo@apiary.io", "url": "http://vncz.js.org/" }, { "name": "Daniel G. Taylor", "email": "daniel@apiary.io", "url": "http://programmer-art.org/" } ], "license": "MIT", "bugs": { "url": "https://github.com/apiaryio/mson-zoo/issues" }, "homepage": "https://github.com/apiaryio/mson-zoo#readme", "devDependencies": { "async": "^1.5.2", "drafter.js": "^2.2.0" } }