tosource.js
Version:
A polyfill for Mozilla's Object.toSource() method.
25 lines (24 loc) • 554 B
JSON
{
"name": "tosource",
"main": "toSource.min.js",
"version": "0.1.6",
"homepage": "https://github.com/oliver-moran/toSource.js",
"authors": [
"Oliver Moran <https://github.com/oliver-moran>",
"Damien Maillard <https://github.com/dmail>",
"John Larson <https://github.com/johnlarson>"
],
"description": "A polyfill for Mozilla's Object.toSource() method.",
"keywords": [
"toSource",
"polyfill"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}