addon-sdk/source/lib/diffpatcher/package.json

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/addon-sdk/source/lib/diffpatcher/package.json	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,54 @@
     1.4 +{
     1.5 +  "name": "diffpatcher",
     1.6 +  "id": "diffpatcher",
     1.7 +  "version": "1.2.0",
     1.8 +  "description": "Utilities for diff-ing & patch-ing hashes",
     1.9 +  "keywords": [
    1.10 +    "diff", "patch", "rebase", "hash", "changes", "versions"
    1.11 +  ],
    1.12 +  "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
    1.13 +  "homepage": "https://github.com/Gozala/diffpatcher",
    1.14 +  "repository": {
    1.15 +    "type": "git",
    1.16 +    "url": "https://github.com/Gozala/diffpatcher.git",
    1.17 +    "web": "https://github.com/Gozala/diffpatcher"
    1.18 +  },
    1.19 +  "bugs": {
    1.20 +    "url": "http://github.com/Gozala/diffpatcher/issues/"
    1.21 +  },
    1.22 +  "dependencies": {
    1.23 +    "method": "~2.0.0"
    1.24 +  },
    1.25 +  "devDependencies": {
    1.26 +    "test": "~0.x.0",
    1.27 +    "phantomify": "~0.x.0",
    1.28 +    "retape": "~0.x.0",
    1.29 +    "tape": "~0.1.5"
    1.30 +  },
    1.31 +  "main": "./index.js",
    1.32 +  "scripts": {
    1.33 +    "test": "npm run test-node && npm run test-browser",
    1.34 +    "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common.js",
    1.35 +    "test-node": "node ./test/common.js",
    1.36 +    "test-tap": "node ./test/tap.js"
    1.37 +  },
    1.38 +  "testling": {
    1.39 +    "files": "test/tap.js",
    1.40 +    "browsers": [
    1.41 +      "ie/9..latest",
    1.42 +      "chrome/25..latest",
    1.43 +      "firefox/20..latest",
    1.44 +      "safari/6..latest",
    1.45 +      "opera/11.0..latest",
    1.46 +      "iphone/6..latest",
    1.47 +      "ipad/6..latest",
    1.48 +      "android-browser/4.2..latest"
    1.49 +    ]
    1.50 +  },
    1.51 +  "licenses": [
    1.52 +    {
    1.53 +      "type": "MIT",
    1.54 +      "url": "https://github.com/Gozala/diffpatcher/License.md"
    1.55 +    }
    1.56 +  ]
    1.57 +}

mercurial