wallet-core/node_modules/stringify-object/package.json
2016-11-03 01:33:53 +01:00

39 lines
715 B
JSON

{
"name": "stringify-object",
"version": "2.4.0",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
"license": "BSD-2-Clause",
"repository": "yeoman/stringify-object",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"object",
"stringify",
"pretty",
"print",
"dump",
"format",
"type",
"json"
],
"dependencies": {
"is-plain-obj": "^1.0.0",
"is-regexp": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
}
}