michael@0: { michael@0: "name": "diffpatcher", michael@0: "id": "diffpatcher", michael@0: "version": "1.2.0", michael@0: "description": "Utilities for diff-ing & patch-ing hashes", michael@0: "keywords": [ michael@0: "diff", "patch", "rebase", "hash", "changes", "versions" michael@0: ], michael@0: "author": "Irakli Gozalishvili (http://jeditoolkit.com)", michael@0: "homepage": "https://github.com/Gozala/diffpatcher", michael@0: "repository": { michael@0: "type": "git", michael@0: "url": "https://github.com/Gozala/diffpatcher.git", michael@0: "web": "https://github.com/Gozala/diffpatcher" michael@0: }, michael@0: "bugs": { michael@0: "url": "http://github.com/Gozala/diffpatcher/issues/" michael@0: }, michael@0: "dependencies": { michael@0: "method": "~2.0.0" michael@0: }, michael@0: "devDependencies": { michael@0: "test": "~0.x.0", michael@0: "phantomify": "~0.x.0", michael@0: "retape": "~0.x.0", michael@0: "tape": "~0.1.5" michael@0: }, michael@0: "main": "./index.js", michael@0: "scripts": { michael@0: "test": "npm run test-node && npm run test-browser", michael@0: "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common.js", michael@0: "test-node": "node ./test/common.js", michael@0: "test-tap": "node ./test/tap.js" michael@0: }, michael@0: "testling": { michael@0: "files": "test/tap.js", michael@0: "browsers": [ michael@0: "ie/9..latest", michael@0: "chrome/25..latest", michael@0: "firefox/20..latest", michael@0: "safari/6..latest", michael@0: "opera/11.0..latest", michael@0: "iphone/6..latest", michael@0: "ipad/6..latest", michael@0: "android-browser/4.2..latest" michael@0: ] michael@0: }, michael@0: "licenses": [ michael@0: { michael@0: "type": "MIT", michael@0: "url": "https://github.com/Gozala/diffpatcher/License.md" michael@0: } michael@0: ] michael@0: }