Projekt

Obecné

Profil

Stáhnout (1.03 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "xtend",
3
  "version": "4.0.2",
4
  "description": "extend like a boss",
5
  "keywords": [
6
    "extend",
7
    "merge",
8
    "options",
9
    "opts",
10
    "object",
11
    "array"
12
  ],
13
  "author": "Raynos <raynos2@gmail.com>",
14
  "repository": "git://github.com/Raynos/xtend.git",
15
  "main": "immutable",
16
  "scripts": {
17
    "test": "node test"
18
  },
19
  "dependencies": {},
20
  "devDependencies": {
21
    "tape": "~1.1.0"
22
  },
23
  "homepage": "https://github.com/Raynos/xtend",
24
  "contributors": [
25
    {
26
      "name": "Jake Verbaten"
27
    },
28
    {
29
      "name": "Matt Esch"
30
    }
31
  ],
32
  "bugs": {
33
    "url": "https://github.com/Raynos/xtend/issues",
34
    "email": "raynos2@gmail.com"
35
  },
36
  "license": "MIT",
37
  "testling": {
38
    "files": "test.js",
39
    "browsers": [
40
      "ie/7..latest",
41
      "firefox/16..latest",
42
      "firefox/nightly",
43
      "chrome/22..latest",
44
      "chrome/canary",
45
      "opera/12..latest",
46
      "opera/next",
47
      "safari/5.1..latest",
48
      "ipad/6.0..latest",
49
      "iphone/6.0..latest"
50
    ]
51
  },
52
  "engines": {
53
    "node": ">=0.4"
54
  }
55
}
(6-6/7)