UNPKG

bower

Version:

The browser package manager

30 lines (29 loc) 575 B
{ "name": "stringify-object", "version": "1.0.1", "description": "Stringify an object/array like JSON.stringify just without all the double-quotes", "license": "BSD", "repository": "yeoman/stringify-object", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "keywords": [ "object", "stringify", "pretty", "print", "dump", "format" ], "devDependencies": { "mocha": "*" } }