wallet-core/node_modules/stringify-object/package.json

39 lines
715 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"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",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"object",
"stringify",
"pretty",
"print",
"dump",
"format",
"type",
"json"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"is-plain-obj": "^1.0.0",
"is-regexp": "^1.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"mocha": "*"
}
2016-10-10 03:43:44 +02:00
}