summaryrefslogtreecommitdiff
path: root/src/node_modules/foreach/package.json
blob: b3e74f42480acb0ff270dc693abba4f5a7e54560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "name": "foreach",
    "description": "foreach component + npm package",
    "version": "2.0.5",
    "author": "Manuel Stofer <manuel@takimata.ch>",
    "contributors": [
      {
        "name": "Manuel Stofer"
      },
      {
        "name": "Jordan Harband",
        "url": "https://github.com/ljharb"
      }
    ],
    "license": "MIT",
    "main": "index.js",
    "scripts": {
        "test": "node test.js",
        "coverage": "covert test.js",
        "coverage-quiet": "covert --quiet test.js"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/manuelstofer/foreach"
    },
    "keywords": [
        "shim",
        "Array.prototype.forEach",
        "forEach",
        "Array#forEach",
        "each"
    ],
    "dependencies": {},
    "devDependencies": {
      "tape": "*",
      "covert": "*"
    },
    "testling": {
      "files": "test.js",
      "browsers": [
        "iexplore/6.0..latest",
        "firefox/3.0",
        "firefox/15.0..latest",
        "firefox/nightly",
        "chrome/4.0",
        "chrome/22.0..latest",
        "chrome/canary",
        "opera/10.0..latest",
        "opera/next",
        "safari/5.0.5..latest",
        "ipad/6.0..latest",
        "iphone/6.0..latest",
        "android-browser/4.2"
      ]
    }
}