| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "dependencies": {}, |
| "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies", |
| "devDependencies": { |
| "tape": "~1.0.4" |
| }, |
| "homepage": "https://github.com/samn/json-stable-stringify", |
| "keywords": [ |
| "json", |
| "stringify", |
| "deterministic", |
| "hash", |
| "sort", |
| "stable" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "json-stable-stringify-without-jsonify", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/samn/json-stable-stringify.git" |
| }, |
| "scripts": { |
| "test": "tape test/*.js" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/8..latest", |
| "ff/5", |
| "ff/latest", |
| "chrome/15", |
| "chrome/latest", |
| "safari/latest", |
| "opera/latest" |
| ], |
| "files": "test/*.js" |
| }, |
| "version": "1.0.1" |
| } |