17 lines
394 B
JSON
17 lines
394 B
JSON
|
{
|
||
|
"name": "js-stringify",
|
||
|
"version": "1.0.2",
|
||
|
"description": "Stringify an object so it can be safely inlined in JavaScript code",
|
||
|
"keywords": [],
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "node test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/jadejs/js-stringify.git"
|
||
|
},
|
||
|
"author": "ForbesLindesay",
|
||
|
"license": "MIT"
|
||
|
}
|