tosource.js
Version:
A polyfill for Mozilla's Object.toSource() method.
28 lines (27 loc) • 724 B
JSON
{
"name": "tosource.js",
"version": "0.1.6",
"description": "A polyfill for Mozilla's Object.toSource() method.",
"main": "toSource.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/oliver-moran/toSource.js.git"
},
"keywords": [
"toSource",
"polyfill"
],
"contributors": [
"Oliver Moran <https://github.com/oliver-moran>",
"Damien Maillard <https://github.com/dmail>",
"John Larson <https://github.com/johnlarson>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/oliver-moran/toSource.js/issues"
},
"homepage": "https://github.com/oliver-moran/toSource.js"
}