summaryrefslogtreecommitdiff
path: root/node_modules/should/package.json
blob: f13b3cca0fa2c18f18716dffafa561e95d1c0f81 (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
{
  "name": "should",
  "description": "test framework agnostic BDD-style assertions",
  "version": "0.6.0",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "contributors": [
    {
      "name": "Aseem Kishore",
      "email": "aseem.kishore@gmail.com"
    }
  ],
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "keywords": [
    "test",
    "bdd",
    "assert"
  ],
  "main": "./lib/should.js",
  "engines": {
    "node": ">= 0.2.0"
  },
  "_id": "should@0.6.0",
  "dependencies": {},
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.12",
  "_nodeVersion": "v0.6.14",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "74fa952c938f83e5c0daafbb96f1790e0a67fd62"
  },
  "_from": "should@>= 0.6.0"
}