UNPKG

1.18 kBJSONView Raw
1{
2 "name": "should",
3 "description": "test framework agnostic BDD-style assertions",
4 "version": "8.2.1",
5 "author": "TJ Holowaychuk <tj@vision-media.ca> and contributors",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/shouldjs/should.js.git"
9 },
10 "homepage": "https://github.com/shouldjs/should.js",
11 "scripts": {
12 "test": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js",
13 "zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js",
14 "browser": "gulp script"
15 },
16 "devDependencies": {
17 "bluebird": "^3.0.6",
18 "browserify": "latest",
19 "eslint": "^1.10.3",
20 "eslint-config-eslint": "^1.0.1",
21 "gulp": "^3.8.10",
22 "gulp-header": "^1.2.2",
23 "gulp-rename": "^1.2.0",
24 "gulp-uglify": "^1.0.1",
25 "mocha": "latest",
26 "mocha-better-spec-reporter": "latest",
27 "vinyl-buffer": "^1.0.0",
28 "vinyl-source-stream": "^1.1.0",
29 "zuul": "latest"
30 },
31 "keywords": [
32 "test",
33 "bdd",
34 "assert",
35 "should"
36 ],
37 "main": "./index.js",
38 "license": "MIT",
39 "dependencies": {
40 "should-equal": "0.7.2",
41 "should-format": "0.3.2",
42 "should-type": "0.2.0"
43 }
44}