aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chai/package.json
blob: 4ca7202faeeec574e3ef9ad7db5a06711f5932cb (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "name": "chai",
  "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  "keywords": [
    "test",
    "assertion",
    "assert",
    "testing",
    "chai"
  ],
  "homepage": "http://chaijs.com",
  "license": "MIT",
  "contributors": [
    {
      "name": "Jake Luer",
      "email": "jake@alogicalparadox.com"
    },
    {
      "name": "Domenic Denicola",
      "email": "domenic@domenicdenicola.com",
      "url": "http://domenicdenicola.com"
    },
    {
      "name": "Veselin Todorov",
      "email": "hi@vesln.com"
    },
    {
      "name": "John Firebaugh",
      "email": "john.firebaugh@gmail.com"
    }
  ],
  "version": "3.5.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaijs/chai.git"
  },
  "bugs": {
    "url": "https://github.com/chaijs/chai/issues"
  },
  "main": "./index",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "dependencies": {
    "assertion-error": "^1.0.1",
    "deep-eql": "^0.1.3",
    "type-detect": "^1.0.0"
  },
  "devDependencies": {
    "browserify": "^10.2.1",
    "bump-cli": "^1.1.3",
    "karma": "^0.13.16",
    "karma-mocha": "^0.1.10",
    "karma-sauce-launcher": "^0.2.11",
    "karma-phantomjs-launcher": "^0.2.0",
    "karma-firefox-launcher": "^0.1.6",
    "mocha": "^2.2.5",
    "istanbul": "^0.3.14"
  },
  "gitHead": "4ca0218391cf947c6cfac2d1a7424a63a4b4c232",
  "_id": "chai@3.5.0",
  "_shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
  "_from": "chai@>=3.5.0 <4.0.0",
  "_npmVersion": "3.3.12",
  "_nodeVersion": "5.5.0",
  "_npmUser": {
    "name": "chaijs",
    "email": "chaijs@keithcirkel.co.uk"
  },
  "dist": {
    "shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
    "tarball": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz"
  },
  "maintainers": [
    {
      "name": "jakeluer",
      "email": "jake@alogicalparadox.com"
    },
    {
      "name": "chaijs",
      "email": "chaijs@keithcirkel.co.uk"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz"
}