Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | { |
michael@0 | 2 | "name": "diffpatcher", |
michael@0 | 3 | "id": "diffpatcher", |
michael@0 | 4 | "version": "1.2.0", |
michael@0 | 5 | "description": "Utilities for diff-ing & patch-ing hashes", |
michael@0 | 6 | "keywords": [ |
michael@0 | 7 | "diff", "patch", "rebase", "hash", "changes", "versions" |
michael@0 | 8 | ], |
michael@0 | 9 | "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", |
michael@0 | 10 | "homepage": "https://github.com/Gozala/diffpatcher", |
michael@0 | 11 | "repository": { |
michael@0 | 12 | "type": "git", |
michael@0 | 13 | "url": "https://github.com/Gozala/diffpatcher.git", |
michael@0 | 14 | "web": "https://github.com/Gozala/diffpatcher" |
michael@0 | 15 | }, |
michael@0 | 16 | "bugs": { |
michael@0 | 17 | "url": "http://github.com/Gozala/diffpatcher/issues/" |
michael@0 | 18 | }, |
michael@0 | 19 | "dependencies": { |
michael@0 | 20 | "method": "~2.0.0" |
michael@0 | 21 | }, |
michael@0 | 22 | "devDependencies": { |
michael@0 | 23 | "test": "~0.x.0", |
michael@0 | 24 | "phantomify": "~0.x.0", |
michael@0 | 25 | "retape": "~0.x.0", |
michael@0 | 26 | "tape": "~0.1.5" |
michael@0 | 27 | }, |
michael@0 | 28 | "main": "./index.js", |
michael@0 | 29 | "scripts": { |
michael@0 | 30 | "test": "npm run test-node && npm run test-browser", |
michael@0 | 31 | "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common.js", |
michael@0 | 32 | "test-node": "node ./test/common.js", |
michael@0 | 33 | "test-tap": "node ./test/tap.js" |
michael@0 | 34 | }, |
michael@0 | 35 | "testling": { |
michael@0 | 36 | "files": "test/tap.js", |
michael@0 | 37 | "browsers": [ |
michael@0 | 38 | "ie/9..latest", |
michael@0 | 39 | "chrome/25..latest", |
michael@0 | 40 | "firefox/20..latest", |
michael@0 | 41 | "safari/6..latest", |
michael@0 | 42 | "opera/11.0..latest", |
michael@0 | 43 | "iphone/6..latest", |
michael@0 | 44 | "ipad/6..latest", |
michael@0 | 45 | "android-browser/4.2..latest" |
michael@0 | 46 | ] |
michael@0 | 47 | }, |
michael@0 | 48 | "licenses": [ |
michael@0 | 49 | { |
michael@0 | 50 | "type": "MIT", |
michael@0 | 51 | "url": "https://github.com/Gozala/diffpatcher/License.md" |
michael@0 | 52 | } |
michael@0 | 53 | ] |
michael@0 | 54 | } |