UNPKG

machinepack-json

Version:
39 lines (38 loc) 858 B
{ "name": "machinepack-json", "version": "2.0.1", "description": "Encode and decode data to and from JSON.", "scripts": { "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js" }, "keywords": [ "Json", "machines", "machinepack" ], "author": "Mike McNeil", "license": "MIT", "dependencies": { "lodash.iserror": "3.1.1", "lodash.isfunction": "3.0.8", "lodash.isregexp": "3.0.5", "machine": "~12.1.0" }, "devDependencies": { "test-machinepack-mocha": "^2.1.1" }, "machinepack": { "friendlyName": "JSON", "machineDir": "machines/", "machines": [ "parse", "stringify", "stringify-safe" ], "testsUrl": "https://travis-ci.org/" }, "repository": { "type": "git", "url": "git@github.com:treelinehq/machinepack-json.git" } }