Projekt

Obecné

Profil

Stáhnout (1.05 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "balanced-match",
3
  "description": "Match balanced character pairs, like \"{\" and \"}\"",
4
  "version": "1.0.0",
5
  "repository": {
6
    "type": "git",
7
    "url": "git://github.com/juliangruber/balanced-match.git"
8
  },
9
  "homepage": "https://github.com/juliangruber/balanced-match",
10
  "main": "index.js",
11
  "scripts": {
12
    "test": "make test",
13
    "bench": "make bench"
14
  },
15
  "dependencies": {},
16
  "devDependencies": {
17
    "matcha": "^0.7.0",
18
    "tape": "^4.6.0"
19
  },
20
  "keywords": [
21
    "match",
22
    "regexp",
23
    "test",
24
    "balanced",
25
    "parse"
26
  ],
27
  "author": {
28
    "name": "Julian Gruber",
29
    "email": "mail@juliangruber.com",
30
    "url": "http://juliangruber.com"
31
  },
32
  "license": "MIT",
33
  "testling": {
34
    "files": "test/*.js",
35
    "browsers": [
36
      "ie/8..latest",
37
      "firefox/20..latest",
38
      "firefox/nightly",
39
      "chrome/25..latest",
40
      "chrome/canary",
41
      "opera/12..latest",
42
      "opera/next",
43
      "safari/5.1..latest",
44
      "ipad/6.0..latest",
45
      "iphone/6.0..latest",
46
      "android-browser/4.2..latest"
47
    ]
48
  }
49
}
(5-5/5)